binutils: don't clear LDFLAGS (for PIE).
This commit is contained in:
parent
fce0e90b30
commit
0d426c8f13
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'binutils'
|
||||
pkgname=binutils
|
||||
version=2.26
|
||||
revision=2
|
||||
revision=3
|
||||
bootstrap=yes
|
||||
short_desc="GNU binary utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -36,7 +36,7 @@ do_configure() {
|
|||
--enable-plugins --enable-secureplt --with-mmap \
|
||||
--disable-shared --enable-gold --disable-werror \
|
||||
--enable-deterministic-archives --enable-ld=default \
|
||||
--disable-nls $CONFIGFLAG LDFLAGS=
|
||||
--disable-nls $CONFIGFLAG
|
||||
}
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
|
|
Loading…
Reference in New Issue