Adding patch to avoid overriding build-environment.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
265453a85f
commit
62a1b9ec19
2 changed files with 22 additions and 0 deletions
21
debian/patches/debian/0001-build.patch
vendored
Normal file
21
debian/patches/debian/0001-build.patch
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Description: Avoid overwriting build-environment.
|
||||
|
||||
diff -Naurp xlunzip.orig/configure xlunzip/configure
|
||||
--- xlunzip.orig/configure
|
||||
+++ xlunzip/configure
|
||||
@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
|
||||
datarootdir='$(prefix)/share'
|
||||
infodir='$(datarootdir)/info'
|
||||
mandir='$(datarootdir)/man'
|
||||
-CC=gcc
|
||||
-CPPFLAGS=
|
||||
-CFLAGS='-Wall -W -O2'
|
||||
-LDFLAGS=
|
||||
+#CC=gcc
|
||||
+#CPPFLAGS=
|
||||
+#CFLAGS='-Wall -W -O2'
|
||||
+#LDFLAGS=
|
||||
MAKEINFO=makeinfo
|
||||
|
||||
# checking whether we are using GNU C.
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
debian/0001-build.patch
|
Loading…
Add table
Add a link
Reference in a new issue