diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:27:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-01-23 05:27:53 +0000 |
commit | 71e0a2573c7933abc95ccd4e4db00b900c6a0be9 (patch) | |
tree | d231db3d2c174e49760d6c74a609d5d9e3c90d7f | |
parent | Merging upstream version 1.24~rc2. (diff) | |
download | lzip-71e0a2573c7933abc95ccd4e4db00b900c6a0be9.tar.xz lzip-71e0a2573c7933abc95ccd4e4db00b900c6a0be9.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 7d750a4..a5c643f 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -16,6 +16,6 @@ diff -Naurp lzip.orig/configure lzip/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 ; } |