Adding patch to not overwrite buildflags.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c21b0d1a14
commit
05412bb04b
2 changed files with 20 additions and 0 deletions
19
debian/patches/01-build.patch
vendored
Normal file
19
debian/patches/01-build.patch
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
|
||||
Description: Avoid overwriting build-environment.
|
||||
|
||||
diff -Naurp plzip.orig/configure plzip/configure
|
||||
--- plzip.orig/configure 2012-06-27 16:06:34.898944777 +0200
|
||||
+++ plzip/configure 2012-06-30 12:47:21.829197850 +0200
|
||||
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
|
||||
infodir='$(datarootdir)/info'
|
||||
mandir='$(datarootdir)/man'
|
||||
CXX=
|
||||
-CPPFLAGS=
|
||||
-CXXFLAGS='-Wall -W -O2'
|
||||
-LDFLAGS=
|
||||
+#CPPFLAGS=
|
||||
+#CXXFLAGS='-Wall -W -O2'
|
||||
+#LDFLAGS=
|
||||
|
||||
# Loop over all args
|
||||
while [ -n "$1" ] ; do
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
01-build.patch
|
Loading…
Add table
Reference in a new issue