diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 17:11:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 17:11:48 +0000 |
commit | 58408d2e18821bd7714cee90a64fce33e39133be (patch) | |
tree | 3425f887744474f12da173b61b4ffeebea00bac0 | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | lziprecover-58408d2e18821bd7714cee90a64fce33e39133be.tar.xz lziprecover-58408d2e18821bd7714cee90a64fce33e39133be.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 85fa5f4..3b4e72d 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++. - if /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ; then true + /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || |