diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:07:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-25 16:08:29 +0000 |
commit | 61360e1fdd03dba2b2cb5a68326c6b7c1e5aa9fd (patch) | |
tree | ed55898b7db13cc45fdecf734d53715b8bef6096 | |
parent | Wrap and sorting control file. (diff) | |
download | lunzip-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.patch | 2 |
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 |