From fb96fa70b8824f68aa1b691b82f1fe13ee6c68b8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 17 Feb 2025 20:27:54 +0100 Subject: [PATCH] Rediffing build.patch. Signed-off-by: Daniel Baumann --- debian/patches/0001-build.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch index d4943fd..ee24c86 100644 --- a/debian/patches/0001-build.patch +++ b/debian/patches/0001-build.patch @@ -2,18 +2,20 @@ Author: Daniel Baumann Description: Avoid overwriting build-environment. diff -Naurp clzip.orig/configure clzip/configure ---- clzip.orig/configure -+++ clzip/configure -@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' +--- clzip.orig/configure 2013-07-19 17:24:58.332735484 +0200 ++++ clzip/configure 2013-07-19 17:30:30.803563946 +0200 +@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' + datarootdir='$(prefix)/share' infodir='$(datarootdir)/info' mandir='$(datarootdir)/man' - CC=gcc +-CC=gcc -CPPFLAGS= -CFLAGS='-Wall -W -O2' -LDFLAGS= ++#CC=gcc +#CPPFLAGS= +#CFLAGS='-Wall -W -O2' +#LDFLAGS= # checking whether we are using GNU C. - if [ ! -x /bin/gcc ] && + ${CC} --version > /dev/null 2>&1