summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-21 16:31:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-21 16:31:15 +0000
commit3de5090884772f14cc951088f300afdabb2c15b0 (patch)
tree0e4174492cae7cd43d7b0dff7c010a380bac060c
parentUpdating copyright for 2022. (diff)
downloadplzip-3de5090884772f14cc951088f300afdabb2c15b0.tar.xz
plzip-3de5090884772f14cc951088f300afdabb2c15b0.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 72b7986..b0f015c 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -14,6 +14,6 @@ diff -Naurp plzip.orig/configure plzip/configure
+#CPPFLAGS=
+#CXXFLAGS='-Wall -W -O2'
+#LDFLAGS=
+ LIBS='-llz -lpthread'
# checking whether we are using GNU C++.
- /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }