mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-ftp/ncftp: Set AR
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Closes: https://bugs.gentoo.org/show_bug.cgi?id=724932 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -28,11 +28,13 @@ PATCHES=(
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
sed -i -e '/^AR=/d' autoconf_local/aclocal.m4 || die
|
||||
|
||||
AT_M4DIR=autoconf_local/ eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
tc-export CC
|
||||
tc-export AR CC
|
||||
LC_ALL="C" \
|
||||
LIBS="$( $(tc-getPKG_CONFIG) --libs ncurses)" \
|
||||
econf \
|
||||
|
||||
Reference in New Issue
Block a user