summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian/0001-build.patch')
-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 fa83fa9..f872f36 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -16,4 +16,4 @@ diff -Naurp lzd.orig/configure lzd/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 ; }