Rediffing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ba66a17e6f
commit
edbe04cab9
1 changed files with 6 additions and 6 deletions
12
debian/patches/01-build.patch
vendored
12
debian/patches/01-build.patch
vendored
|
@ -1,13 +1,13 @@
|
||||||
Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
|
Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
|
||||||
Description: Avoid overwriting build-environment.
|
Description: Avoid overwriting build-environment.
|
||||||
|
|
||||||
diff -Naurp clzip.orig/configure clzip/configure
|
diff -Naurp lunzip.orig/configure lunzip/configure
|
||||||
--- clzip.orig/configure 2012-06-27 16:02:18.168455662 +0200
|
--- lunzip.orig/configure
|
||||||
+++ clzip/configure 2012-06-29 04:37:06.563567740 +0200
|
+++ lunzip/configure
|
||||||
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
|
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
|
||||||
infodir='$(datarootdir)/info'
|
infodir='$(datarootdir)/info'
|
||||||
mandir='$(datarootdir)/man'
|
mandir='$(datarootdir)/man'
|
||||||
CC=
|
CC=gcc
|
||||||
-CPPFLAGS=
|
-CPPFLAGS=
|
||||||
-CFLAGS='-Wall -W -O2'
|
-CFLAGS='-Wall -W -O2'
|
||||||
-LDFLAGS=
|
-LDFLAGS=
|
||||||
|
@ -15,5 +15,5 @@ diff -Naurp clzip.orig/configure clzip/configure
|
||||||
+#CFLAGS='-Wall -W -O2'
|
+#CFLAGS='-Wall -W -O2'
|
||||||
+#LDFLAGS=
|
+#LDFLAGS=
|
||||||
|
|
||||||
# Loop over all args
|
# checking whether we are using GNU C.
|
||||||
while [ -n "$1" ] ; do
|
if [ ! -x /bin/gcc ] &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue