summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:54:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:55:07 +0000
commitd39a8a41978e513527091eef4445fe0086a12348 (patch)
tree4278f72b7cd003b02fe739d119890b5f02063a8b
parentUpdating years in copyright file for 2021. (diff)
downloadlziprecover-d39a8a41978e513527091eef4445fe0086a12348.tar.xz
lziprecover-d39a8a41978e513527091eef4445fe0086a12348.zip
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 ; }