summaryrefslogtreecommitdiffstats
path: root/debian/patches/01-build.patch
blob: 265fcbaf22f3bd3e01b33586ef748e5ed668e1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Avoid overwriting build-environment.

diff -Naurp lzip.orig/configure lzip/configure
--- lzip.orig/configure	2013-03-10 21:00:48.821653006 +0100
+++ lzip/configure	2013-03-10 21:05:18.874824341 +0100
@@ -23,9 +23,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 [ ! -x /bin/g++ ] &&