Adding patch to avoid overwriting build environment.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6f6ed6a054
commit
13dc27701a
2 changed files with 20 additions and 0 deletions
19
debian/patches/0001-build.patch
vendored
Normal file
19
debian/patches/0001-build.patch
vendored
Normal file
|
@ -0,0 +1,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
|
||||||
|
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
0001-build.patch
|
Loading…
Add table
Reference in a new issue