From 6c896ec87d57eef2bcd8d422d2ddb40fd1c868a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 16:25:59 +0200 Subject: Adding debian version 1.13-5. Signed-off-by: Daniel Baumann --- debian/patches/debian/0001-build.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 20 insertions(+) create mode 100644 debian/patches/debian/0001-build.patch create mode 100644 debian/patches/series (limited to 'debian/patches') diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch new file mode 100644 index 0000000..db8799a --- /dev/null +++ b/debian/patches/debian/0001-build.patch @@ -0,0 +1,19 @@ +Author: Daniel Baumann +Description: Avoid overwriting build-environment. + +diff -Naurp lzlib.orig/configure lzlib/configure +--- lzlib.orig/configure ++++ lzlib/configure +@@ -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. diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..655df63 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +debian/0001-build.patch -- cgit v1.2.3