diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 06:03:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 06:03:30 +0000 |
commit | 428856e7ed409f0ac1ecf18cc759c72cfe25cc43 (patch) | |
tree | 558eb2623abdbe79ff18812814046e64ef4f410c | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | plzip-428856e7ed409f0ac1ecf18cc759c72cfe25cc43.tar.xz plzip-428856e7ed409f0ac1ecf18cc759c72cfe25cc43.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 673bd57..a40ae04 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp plzip.orig/configure plzip/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 || |