diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-15 21:09:52 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-06-15 21:09:52 +0000 |
commit | 242b1436e37a5ac36d6571396ee52de98750ec4c (patch) | |
tree | e893f96183fa4e669870f37584ff6c704c0b83d1 /system/unzip/cflags.patch | |
parent | fdeddc8e9da35c99bae08190a8476dc37ac8e9b8 (diff) | |
parent | cc8b68b5a796ff131289930ead8f4b0d0812b348 (diff) | |
download | packages-242b1436e37a5ac36d6571396ee52de98750ec4c.tar.gz packages-242b1436e37a5ac36d6571396ee52de98750ec4c.tar.bz2 packages-242b1436e37a5ac36d6571396ee52de98750ec4c.tar.xz packages-242b1436e37a5ac36d6571396ee52de98750ec4c.zip |
Merge branch 'fix/unzip' into 'master'
system/unzip: miscellaneous fixes
See merge request adelie/packages!465
Diffstat (limited to 'system/unzip/cflags.patch')
-rw-r--r-- | system/unzip/cflags.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/unzip/cflags.patch b/system/unzip/cflags.patch new file mode 100644 index 000000000..f85192155 --- /dev/null +++ b/system/unzip/cflags.patch @@ -0,0 +1,20 @@ +--- unzip60/unix/configure 2009-04-16 14:25:12.000000000 -0500 ++++ unzip60/unix/configure 2020-06-13 22:59:57.259771113 -0500 +@@ -17,7 +17,7 @@ CFLAGSR=${CFLAGS} + IZ_BZIP2=${3} + CFLAGS="${CFLAGS} -I. -DUNIX" + LFLAGS1="" +-LFLAGS2="-s" ++LFLAGS2="" + LN="ln -s" + + CFLAGS_OPT='' +@@ -130,6 +130,8 @@ _EOF_ + fi + fi + ++CFLAGS_OPT="" ++ + # optimization flags + if test -n "${CFLAGS_OPT}"; then + CFLAGSR="${CFLAGSR} ${CFLAGS_OPT}" |