diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 11:02:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 11:02:19 +0000 |
commit | 82ccb42339677893904d17ef9ff164fef0f2874f (patch) | |
tree | d2585a8d501ecf8b36acf25ecd68e08fea123c4e | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | clzip-82ccb42339677893904d17ef9ff164fef0f2874f.tar.xz clzip-82ccb42339677893904d17ef9ff164fef0f2874f.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 5becb02..275a745 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -18,4 +18,4 @@ diff -Naurp clzip.orig/configure clzip/configure +#LDFLAGS= # checking whether we are using GNU C. - if /bin/sh -c "${CC} --version" > /dev/null 2>&1 ; then true + /bin/sh -c "${CC} --version" > /dev/null 2>&1 || |