summaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-build.patch
blob: 4f4183e63bf38ef387de985a9af385bf6859d7ad (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 zutils.orig/configure zutils/configure
--- zutils.orig/configure
+++ zutils/configure
@@ -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=
 DIFF=diff
 GREP=grep