Update packages for xbps-src>=53: use configure_args, get rid of CONFIGURE_SHARED_ARGS.

This commit is contained in:
Juan RP
2013-05-26 10:41:55 +02:00
parent 633f5d2fbb
commit 3d8593b009
52 changed files with 214 additions and 230 deletions

View File

@@ -21,7 +21,7 @@ do_configure() {
CONFIGFLAG="--enable-64-bit-bfd --enable-multilib"
fi
if [ "$CROSS_BUILD" ]; then
# Do not use CONFIGURE_SHARED_ARGS nor build_style=gnu-configure,
# Do not use configure_args nor build_style=gnu-configure,
# avoiding --with-sysroot to $XBPS_CROSS_BASE.
CONFIGFLAG="--host=$XBPS_CROSS_TRIPLET --with-build-sysroot=$XBPS_CROSS_BASE"
fi