From 97eb066333ce4fae8af607937142ec74a2d95303 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 16:26:44 +0200 Subject: Adding debian version 1.10-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..b0f015c --- /dev/null +++ b/debian/patches/debian/0001-build.patch @@ -0,0 +1,19 @@ +Author: Daniel Baumann +Description: Avoid overwriting build-environment. + +diff -Naurp plzip.orig/configure plzip/configure +--- plzip.orig/configure ++++ plzip/configure +@@ -22,9 +22,9 @@ datarootdir='$(prefix)/share' + infodir='$(datarootdir)/info' + mandir='$(datarootdir)/man' + CXX=g++ +-CPPFLAGS= +-CXXFLAGS='-Wall -W -O2' +-LDFLAGS= ++#CPPFLAGS= ++#CXXFLAGS='-Wall -W -O2' ++#LDFLAGS= + LIBS='-llz -lpthread' + + # 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