mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
app-emulation/slirp4netns: Respect AR variable (bug 722162)
Reported-by: Agostino Sarubbo <ago@gentoo.org> Closes: https://bugs.gentoo.org/722162 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -25,6 +25,9 @@ DEPEND="${RDEPEND}
|
||||
RESTRICT="test"
|
||||
|
||||
src_prepare() {
|
||||
# Respect AR variable for bug 722162.
|
||||
sed -e 's|^AC_PROG_CC$|AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])\nAC_PROG_AR\n\0|' \
|
||||
-i configure.ac || die
|
||||
eautoreconf
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user