diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 14:16:43 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-01 14:16:43 +0000 |
commit | c459fcf930b339892f9815220156461083291cad (patch) | |
tree | e4545bf34af5f64d16aec9b164d830f6eccd0b06 | |
parent | Updating years in copyright file. (diff) | |
download | plzip-c459fcf930b339892f9815220156461083291cad.tar.xz plzip-c459fcf930b339892f9815220156461083291cad.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 d699e6d..a99fce8 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp plzip.orig/configure plzip/configure +#LDFLAGS= # checking whether we are using GNU C++. - ${CXX} --version > /dev/null 2>&1 + if /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ; then true |