diff options
-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 ; } |