summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:38:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:39:06 +0000
commit5578dd4f73036825a227fd72824e4fce4fe5f97b (patch)
treefac9fe37025a30c18cde314b60af7522f3e10e0c
parentMerging upstream version 1.12. (diff)
downloadlunzip-5578dd4f73036825a227fd72824e4fce4fe5f97b.tar.xz
lunzip-5578dd4f73036825a227fd72824e4fce4fe5f97b.zip
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0001-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch
index 2997149..a12079f 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -16,4 +16,4 @@ diff -Naurp lunzip.orig/configure lunzip/configure
+#LDFLAGS=
# checking whether we are using GNU C.
- /bin/sh -c "${CC} --version" > /dev/null 2>&1 ||
+ /bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; }