blob: dd01c01400cc709c45b94e5e9d9a234d767892c1 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Pass LDFLAGS to the linker
2
Andrew Geissler78b72792022-06-14 06:47:25 -05003Upstream-Status: Inactive-Upstream [need a new release]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05004
5Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com>
6
7diff -Naur old/unix/configure new/unix/configure
8--- old/unix/configure 2014-01-13 21:59:27.000000000 +1100
9+++ new/unix/configure 2014-01-14 16:36:02.000000000 +1100
10@@ -16,7 +16,7 @@
11 CFLAGSR=${CFLAGS}
12 IZ_BZIP2=${3}
13 CFLAGS="${CFLAGS} -I. -DUNIX"
14-LFLAGS1=""
15+LFLAGS1=${LDFLAGS}
16 LFLAGS2=""
17 LN="ln -s"
18