summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-30 04:45:18 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-30 04:45:47 +0000
commitfd05b24ac3578b5dccbc5fd2111f618624fd53ef (patch)
treea00091c9f8865b2e6359d6f369e804acb79541ad
parentMerging upstream version 1.8. (diff)
downloadclzip-fd05b24ac3578b5dccbc5fd2111f618624fd53ef.tar.xz
clzip-fd05b24ac3578b5dccbc5fd2111f618624fd53ef.zip
Refreshing build.patch.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/patches/0001-build.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch
index 6eff446..592bcbe 100644
--- a/debian/patches/0001-build.patch
+++ b/debian/patches/0001-build.patch
@@ -18,4 +18,4 @@ diff -Naurp clzip.orig/configure clzip/configure
+#LDFLAGS=
# checking whether we are using GNU C.
- ${CC} --version > /dev/null 2>&1
+ if /bin/sh -c "${CC} --version" > /dev/null 2>&1 ; then true