From 6fcc883c44e3ec9db30ba7b35206bd25bdeb34fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 2 Jan 2017 10:36:04 +0100 Subject: Moving debian specific patches to subdirectory within patches directory. Signed-off-by: Daniel Baumann --- debian/patches/0001-build.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 debian/patches/0001-build.patch (limited to 'debian/patches/0001-build.patch') diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch deleted file mode 100644 index 3664dc5..0000000 --- a/debian/patches/0001-build.patch +++ /dev/null @@ -1,19 +0,0 @@ -Author: Daniel Baumann -Description: Avoid overwriting build-environment. - -diff -Naurp lzlib.orig/configure lzlib/configure ---- lzlib.orig/configure -+++ lzlib/configure -@@ -29,9 +29,9 @@ infodir='$(datarootdir)/info' - libdir='$(exec_prefix)/lib' - mandir='$(datarootdir)/man' - CC=gcc --CPPFLAGS= --CFLAGS='-Wall -W -O2' --LDFLAGS= -+#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