dev-util/systemtap: respect user's AR

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/720710
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-09-08 23:58:23 +01:00
parent b5e028f7d5
commit 8ea5dd98f5
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
https://bugs.gentoo.org/720710
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CXX
AC_PROG_CPP
+AM_PROG_AR
AM_PROG_CC_C_O
AC_PROG_RANLIB
AC_OBJEXT

View File

@@ -48,6 +48,7 @@ DOCS="AUTHORS HACKING NEWS README"
PATCHES=(
"${FILESDIR}"/${PN}-3.1-ia64.patch
"${FILESDIR}"/${PN}-4.0-AR.patch
)
pkg_setup() {