diff options
Diffstat (limited to 'source/a/infozip/unzip-patches/unzip-6.0-configure.patch')
-rw-r--r-- | source/a/infozip/unzip-patches/unzip-6.0-configure.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/source/a/infozip/unzip-patches/unzip-6.0-configure.patch b/source/a/infozip/unzip-patches/unzip-6.0-configure.patch new file mode 100644 index 00000000..9eead422 --- /dev/null +++ b/source/a/infozip/unzip-patches/unzip-6.0-configure.patch @@ -0,0 +1,12 @@ +diff -up unzip60/unix/configure.nostrip unzip60/unix/configure +--- unzip60/unix/configure.nostrip 2009-11-30 10:18:09.000000000 +0100 ++++ unzip60/unix/configure 2009-11-30 10:21:08.354264213 +0100 +@@ -17,7 +17,7 @@ CFLAGSR=${CFLAGS} + IZ_BZIP2=${3} + CFLAGS="${CFLAGS} -I. -DUNIX" + LFLAGS1="" +-LFLAGS2="-s" ++LFLAGS2="${LFLAGS2}" + LN="ln -s" + + CFLAGS_OPT='' |