aboutsummaryrefslogtreecommitdiffstats
path: root/tools/zip/patches/009-hardening-build-fix-2.patch
blob: e295ffbc641879768cc9257641fae85af327a338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Santiago Vila <sanvila@debian.org>
Subject: unix/configure: Take linking flags from the environment
Bug-Debian: http://bugs.debian.org/673476
X-Debian-version: 3.0-5

--- a/unix/configure
+++ b/unix/configure
@@ -18,7 +18,7 @@ trap "rm -f conftest* core a.out; exit 1
 
 CC=${1-cc}
 CFLAGS=${2-"-I. -DUNIX"}
-LFLAGS1=''
+LFLAGS1=${LDFLAGS}
 LFLAGS2=''
 LN="ln -s"