mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
11
dev-util/systemtap/files/systemtap-4.0-AR.patch
Normal file
11
dev-util/systemtap/files/systemtap-4.0-AR.patch
Normal 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
|
||||
@@ -48,6 +48,7 @@ DOCS="AUTHORS HACKING NEWS README"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-3.1-ia64.patch
|
||||
"${FILESDIR}"/${PN}-4.0-AR.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
|
||||
Reference in New Issue
Block a user