From 0d426c8f134962c9a049f279cad506d6bfee6f96 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 19 May 2016 18:25:24 +0200 Subject: [PATCH] binutils: don't clear LDFLAGS (for PIE). --- srcpkgs/binutils/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/binutils/template b/srcpkgs/binutils/template index 7d2d76f1c1d..c6b45860691 100644 --- a/srcpkgs/binutils/template +++ b/srcpkgs/binutils/template @@ -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 " @@ -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}