2025-02-23 19:15:52 +01:00
|
|
|
Author: Daniel Baumann <mail@daniel-baumann.ch>
|
2025-02-23 19:15:30 +01:00
|
|
|
Description: Avoid overwriting build-environment.
|
|
|
|
|
|
|
|
diff -Naurp pdlzip.orig/configure pdlzip/configure
|
2025-02-23 19:16:25 +01:00
|
|
|
--- pdlzip.orig/configure
|
|
|
|
+++ pdlzip/configure
|
2025-02-23 19:17:07 +01:00
|
|
|
@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
|
2025-02-23 19:16:26 +01:00
|
|
|
infodir='$(datarootdir)/info'
|
|
|
|
mandir='$(datarootdir)/man'
|
|
|
|
CC=gcc
|
2025-02-23 19:15:30 +01:00
|
|
|
-CPPFLAGS=
|
|
|
|
-CFLAGS='-Wall -W -O2'
|
|
|
|
-LDFLAGS=
|
|
|
|
+#CPPFLAGS=
|
|
|
|
+#CFLAGS='-Wall -W -O2'
|
|
|
|
+#LDFLAGS=
|
|
|
|
|
2025-02-23 19:16:26 +01:00
|
|
|
# checking whether we are using GNU C.
|
2025-02-23 19:17:07 +01:00
|
|
|
${CC} --version > /dev/null 2>&1
|