2025-02-17 22:05:43 +01:00
|
|
|
Author: Daniel Baumann <mail@daniel-baumann.ch>
|
2025-02-17 22:01:18 +01:00
|
|
|
Description: Avoid overwriting build-environment.
|
|
|
|
|
2025-02-17 22:04:21 +01:00
|
|
|
diff -Naurp lunzip.orig/configure lunzip/configure
|
|
|
|
--- lunzip.orig/configure
|
|
|
|
+++ lunzip/configure
|
2025-02-17 22:01:18 +01:00
|
|
|
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
|
|
|
|
infodir='$(datarootdir)/info'
|
|
|
|
mandir='$(datarootdir)/man'
|
2025-02-17 22:04:21 +01:00
|
|
|
CC=gcc
|
2025-02-17 22:01:18 +01:00
|
|
|
-CPPFLAGS=
|
|
|
|
-CFLAGS='-Wall -W -O2'
|
|
|
|
-LDFLAGS=
|
|
|
|
+#CPPFLAGS=
|
|
|
|
+#CFLAGS='-Wall -W -O2'
|
|
|
|
+#LDFLAGS=
|
|
|
|
|
2025-02-17 22:04:21 +01:00
|
|
|
# checking whether we are using GNU C.
|
|
|
|
if [ ! -x /bin/gcc ] &&
|