diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 05:59:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-05-09 05:59:12 +0000 |
commit | ee8abad99cd093ea3576d3b126521bc26acc23e0 (patch) | |
tree | 22984b365e70e080884c0da87b9075d30633dc7e | |
parent | Removing superfluous --parallel when invoking debhelper as it's the default w... (diff) | |
download | lzlib-ee8abad99cd093ea3576d3b126521bc26acc23e0.tar.xz lzlib-ee8abad99cd093ea3576d3b126521bc26acc23e0.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 ae41db4..13cbe85 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -16,4 +16,4 @@ diff -Naurp lzlib.orig/configure lzlib/configure +#LDFLAGS= # checking whether we are using GNU C. - if /bin/sh -c "${CC} --version" > /dev/null 2>&1 ; then true + /bin/sh -c "${CC} --version" > /dev/null 2>&1 || |