summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 05:55:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-09 05:55:34 +0000
commit4ad41bb80bbdb7ba4dd9b85a24495026f8d49512 (patch)
tree58eaf107bbc5d2a1f458004dfeef3e06f8adf6bc
parentUpdating copyright for 2022. (diff)
downloadtarlz-4ad41bb80bbdb7ba4dd9b85a24495026f8d49512.tar.xz
tarlz-4ad41bb80bbdb7ba4dd9b85a24495026f8d49512.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 68b7ea4..4070d0a 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -16,6 +16,6 @@ diff -Naurp tarlz.orig/configure tarlz/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 ; }