1
0
Fork 0
xlunzip/debian/patches/debian/0001-build.patch
Daniel Baumann 62a1b9ec19
Adding patch to avoid overriding build-environment.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 22:53:16 +01:00

21 lines
520 B
Diff

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.