From c979cb5bb3863875be61b45aee98d965fd31a1af Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 May 2015 09:52:37 +0200 Subject: [PATCH] binutils: disable NLS completely; pass our triplet to --build. --- srcpkgs/binutils/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index 7bfce3af8d0..29a520e34e0 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -1,7 +1,7 @@ # Template file for 'binutils' pkgname=binutils version=2.25 -revision=4 +revision=5 bootstrap=yes short_desc="GNU binary utilities" maintainer="Juan RP " @@ -29,10 +29,10 @@ do_configure() { # avoiding --with-sysroot to $XBPS_CROSS_BASE. CONFIGFLAG="--host=$XBPS_CROSS_TRIPLET --with-build-sysroot=$XBPS_CROSS_BASE" fi - ./configure --prefix=/usr --enable-threads \ + ./configure --build=$XBPS_TRIPLET --prefix=/usr --enable-threads \ --enable-plugins --enable-secureplt --with-mmap \ --disable-shared --enable-gold --disable-werror \ - --enable-ld=default $CONFIGFLAG LDFLAGS= + --enable-ld=default --disable-nls $CONFIGFLAG LDFLAGS= } do_build() { make ${makejobs}