diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 13:43:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 13:44:12 +0000 |
commit | 2963838984fa69bd820bf5a7ee267280974e59f0 (patch) | |
tree | 28f7babe0e68bfe486862af0093be0e4d0bf6a8e | |
parent | Merging upstream version 1.2. (diff) | |
download | lzd-2963838984fa69bd820bf5a7ee267280974e59f0.tar.xz lzd-2963838984fa69bd820bf5a7ee267280974e59f0.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 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 ; } |