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:10:28 +01:00
|
|
|
@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
|
2025-02-17 22:01:18 +01:00
|
|
|
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.
|
2025-02-17 22:21:54 +01:00
|
|
|
if /bin/sh -c "${CC} --version" > /dev/null 2>&1 ; then true
|