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