binutils: rebuild without broken sysroot.

This commit is contained in:
Juan RP 2013-05-10 09:41:32 +02:00
parent a6ab2e961d
commit cbbcc90526

View file

@ -1,7 +1,7 @@
# Template file for 'binutils' # Template file for 'binutils'
pkgname=binutils pkgname=binutils
version=2.23.52.0.2 version=2.23.52.0.2
revision=1 revision=2
hostmakedepends="flex perl" hostmakedepends="flex perl"
makedepends="zlib-devel" makedepends="zlib-devel"
short_desc="GNU binary utilities" short_desc="GNU binary utilities"
@ -22,8 +22,7 @@ do_configure() {
./configure ${CONFIGURE_SHARED_ARGS} --enable-threads \ ./configure ${CONFIGURE_SHARED_ARGS} --enable-threads \
--enable-plugins --enable-secureplt --with-mmap \ --enable-plugins --enable-secureplt --with-mmap \
--enable-shared --disable-bootstrap --with-sysroot=/usr \ --enable-shared --disable-bootstrap $CONFIGFLAG
$CONFIGFLAG
} }
do_build() { do_build() {