From 2680b4827ddb10510e51385dbcb7cc538422d52a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 29 Oct 2008 05:34:57 +0100 Subject: [PATCH] Looks like I removed a line accidentally for the configure phase. --HG-- extra : convert_revision : 4554d5b18761b54653785df10117fda04d88ac42 --- templates/bash.tmpl | 1 - xbps.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bash.tmpl b/templates/bash.tmpl index 2c952f3530b..b752eec0997 100644 --- a/templates/bash.tmpl +++ b/templates/bash.tmpl @@ -5,7 +5,6 @@ bash_distver=3.2 version=$bash_distver.039 wrksrc=$pkgname-$bash_distver distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$bash_distver.tar.gz" -LD_LIBRARY_PATH="$XBPS_MASTERDIR/usr/lib" build_style=gnu_configure configure_args="--without-bash-malloc --with-curses --bindir=$XBPS_DESTDIR/$pkgname-$version/bin" diff --git a/xbps.sh b/xbps.sh index 041f7810aa4..17648a9b94c 100755 --- a/xbps.sh +++ b/xbps.sh @@ -795,6 +795,7 @@ configure_src_phase() fi cd $wrksrc || bye 1 + set_build_vars # # Packages using GNU autoconf