1
0
Fork 0

Rediffing build.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 22:04:21 +01:00
parent ba66a17e6f
commit edbe04cab9
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -1,13 +1,13 @@
Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
Description: Avoid overwriting build-environment.
diff -Naurp clzip.orig/configure clzip/configure
--- clzip.orig/configure 2012-06-27 16:02:18.168455662 +0200
+++ clzip/configure 2012-06-29 04:37:06.563567740 +0200
diff -Naurp lunzip.orig/configure lunzip/configure
--- lunzip.orig/configure
+++ lunzip/configure
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man'
CC=
CC=gcc
-CPPFLAGS=
-CFLAGS='-Wall -W -O2'
-LDFLAGS=
@ -15,5 +15,5 @@ diff -Naurp clzip.orig/configure clzip/configure
+#CFLAGS='-Wall -W -O2'
+#LDFLAGS=
# Loop over all args
while [ -n "$1" ] ; do
# checking whether we are using GNU C.
if [ ! -x /bin/gcc ] &&