summaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-build.patch
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2017-01-02 09:35:07 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2017-01-02 09:35:07 +0000
commit9ddd1593a6b6c18bf13ed900a55a3365420baf6f (patch)
treecd597113b6884886101016f3ffd94023a3c4e092 /debian/patches/0001-build.patch
parentUpdating year in copyright information for 2017. (diff)
downloadlzd-9ddd1593a6b6c18bf13ed900a55a3365420baf6f.tar.xz
lzd-9ddd1593a6b6c18bf13ed900a55a3365420baf6f.zip
Moving debian specific patches to subdirectory within patches directory.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'debian/patches/0001-build.patch')
-rw-r--r--debian/patches/0001-build.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/0001-build.patch b/debian/patches/0001-build.patch
deleted file mode 100644
index 0993069..0000000
--- a/debian/patches/0001-build.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Daniel Baumann <mail@daniel-baumann.ch>
-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