summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-05-25 16:07:56 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-05-25 16:08:29 +0000
commit61360e1fdd03dba2b2cb5a68326c6b7c1e5aa9fd (patch)
treeed55898b7db13cc45fdecf734d53715b8bef6096
parentWrap and sorting control file. (diff)
downloadlunzip-61360e1fdd03dba2b2cb5a68326c6b7c1e5aa9fd.tar.xz
lunzip-61360e1fdd03dba2b2cb5a68326c6b7c1e5aa9fd.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 fb463b0..4dc8b0c 100644
--- a/debian/patches/0001-build.patch
+++ b/debian/patches/0001-build.patch
@@ -16,4 +16,4 @@ diff -Naurp lunzip.orig/configure lunzip/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