diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 16:40:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 16:40:15 +0000 |
commit | d37c63613c0a2cd660379c979ba66803efd3eb7a (patch) | |
tree | d95a64be2b1b7fbd4d50690267503c14db7d5cc9 | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | lunzip-d37c63613c0a2cd660379c979ba66803efd3eb7a.tar.xz lunzip-d37c63613c0a2cd660379c979ba66803efd3eb7a.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 eb2db01..2997149 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp lunzip.orig/configure lunzip/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 || |