diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-20 06:58:52 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-20 06:59:17 +0000 |
commit | ccdcc982ec4cbb8a973b121dc490414e13585bad (patch) | |
tree | f74f2715f388af4111dcc7daaa2569c5a21cbcd8 | |
parent | Updating years in copyright file. (diff) | |
download | lziprecover-ccdcc982ec4cbb8a973b121dc490414e13585bad.tar.xz lziprecover-ccdcc982ec4cbb8a973b121dc490414e13585bad.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 6791dbf..ee7119c 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp lziprecover.orig/configure lziprecover/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 |