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