diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 16:42:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-08 16:42:43 +0000 |
commit | 15907d6b45ef5d7c99ea30dfaf389e724fe33985 (patch) | |
tree | c9167f88cf9bc21266124503ab749d9da0d6d937 | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | lzd-15907d6b45ef5d7c99ea30dfaf389e724fe33985.tar.xz lzd-15907d6b45ef5d7c99ea30dfaf389e724fe33985.zip |
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-build.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch index 9143ddf..fa83fa9 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp lzd.orig/configure lzd/configure +#LDFLAGS= # checking whether we are using GNU C++. - if /bin/sh -c "${CXX} --version" > /dev/null 2>&1 ; then true + /bin/sh -c "${CXX} --version" > /dev/null 2>&1 || |