diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 06:02:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 06:02:02 +0000 |
commit | fdde7c2c977e90a985c4f1ebfeaa403d375cd8d8 (patch) | |
tree | 9e81d2f3beeaa0e9ea106df8862049b6762dd742 | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | pdlzip-fdde7c2c977e90a985c4f1ebfeaa403d375cd8d8.tar.xz pdlzip-fdde7c2c977e90a985c4f1ebfeaa403d375cd8d8.zip |
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 8449f47..90e7cd6 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp pdlzip.orig/configure pdlzip/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 || |