diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 11:15:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-06-16 11:16:21 +0000 |
commit | f2c134d2101668a3ba34e0aea00a311ef0cda16a (patch) | |
tree | 3aebe57358558c32c9bbac5bad321e88db6262cd | |
parent | Merging upstream version 1.24~pre1. (diff) | |
download | lziprecover-f2c134d2101668a3ba34e0aea00a311ef0cda16a.tar.xz lziprecover-f2c134d2101668a3ba34e0aea00a311ef0cda16a.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 d210391..cd0ebf4 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -14,6 +14,6 @@ diff -Naurp lziprecover.orig/configure lziprecover/configure +#CPPFLAGS= +#CXXFLAGS='-Wall -W -O2' +#LDFLAGS= + MAKEINFO=makeinfo # checking whether we are using GNU C++. - /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; } |