diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:18:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-02-21 16:18:28 +0000 |
commit | a6cb1be01679edc81d199fe4875a5dd4ed8ed387 (patch) | |
tree | 26d2c723a9064c84d1bdb472aabb7730a465418d | |
parent | Updating copyright for 2022. (diff) | |
download | lzlib-a6cb1be01679edc81d199fe4875a5dd4ed8ed387.tar.xz lzlib-a6cb1be01679edc81d199fe4875a5dd4ed8ed387.zip |
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-build.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch index 2a6d59b..db8799a 100644 --- a/debian/patches/debian/0001-build.patch +++ b/debian/patches/debian/0001-build.patch @@ -4,16 +4,16 @@ Description: Avoid overwriting build-environment. diff -Naurp lzlib.orig/configure lzlib/configure --- lzlib.orig/configure +++ lzlib/configure -@@ -29,9 +29,9 @@ infodir='$(datarootdir)/info' - libdir='$(exec_prefix)/lib' +@@ -30,9 +30,9 @@ libdir='$(exec_prefix)/lib' mandir='$(datarootdir)/man' CC=gcc + AR=ar -CPPFLAGS= -CFLAGS='-Wall -W -O2' -LDFLAGS= +#CPPFLAGS= +#CFLAGS='-Wall -W -O2' +#LDFLAGS= + ARFLAGS=-rcs # checking whether we are using GNU C. - /bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; } |