From b4c0170c4c30723516348b004ecd076d9d1a817c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Jun 2016 16:12:56 +0200 Subject: Refreshing build.patch. Signed-off-by: Daniel Baumann --- debian/patches/0001-build.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index 45e323c..3664dc5 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment. diff -Naurp lzlib.orig/configure lzlib/configure --- lzlib.orig/configure +++ lzlib/configure -@@ -26,9 +26,9 @@ infodir='$(datarootdir)/info' +@@ -29,9 +29,9 @@ infodir='$(datarootdir)/info' libdir='$(exec_prefix)/lib' mandir='$(datarootdir)/man' CC=gcc @@ -16,4 +16,4 @@ diff -Naurp lzlib.orig/configure lzlib/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 -- cgit v1.2.3