diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-09 05:55:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-09 05:55:34 +0000 |
commit | 4ad41bb80bbdb7ba4dd9b85a24495026f8d49512 (patch) | |
tree | 58eaf107bbc5d2a1f458004dfeef3e06f8adf6bc | |
parent | Updating copyright for 2022. (diff) | |
download | tarlz-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.patch | 2 |
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 ; } |