mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
binutils: rebuild without broken sysroot.
This commit is contained in:
parent
a6ab2e961d
commit
cbbcc90526
1 changed files with 2 additions and 3 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue