summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3b4e72d..d210391 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -16,4 +16,4 @@ diff -Naurp lziprecover.orig/configure lziprecover/configure
+#LDFLAGS=
# checking whether we are using GNU C++.
- /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ||
+ /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }