From a61bb3c85542b5288baf051dee1e4a5070c5b805 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 2 Jan 2017 10:34:11 +0100 Subject: Moving debian specific patches to subdirectory within patches directory. Signed-off-by: Daniel Baumann --- debian/patches/debian/0001-build.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/debian/0001-build.patch (limited to 'debian/patches/debian') diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch new file mode 100644 index 0000000..592bcbe --- /dev/null +++ b/debian/patches/debian/0001-build.patch @@ -0,0 +1,21 @@ +Author: Daniel Baumann +Description: Avoid overwriting build-environment. + +diff -Naurp clzip.orig/configure clzip/configure +--- clzip.orig/configure ++++ clzip/configure +@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin' + datarootdir='$(prefix)/share' + infodir='$(datarootdir)/info' + mandir='$(datarootdir)/man' +-CC=gcc +-CPPFLAGS= +-CFLAGS='-Wall -W -O2' +-LDFLAGS= ++#CC=gcc ++#CPPFLAGS= ++#CFLAGS='-Wall -W -O2' ++#LDFLAGS= + + # checking whether we are using GNU C. + if /bin/sh -c "${CC} --version" > /dev/null 2>&1 ; then true -- cgit v1.2.3