1
0
Fork 0

Refreshing build.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-23 19:27:50 +01:00
parent fab8025fd0
commit ed9b1ed255
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -4,16 +4,18 @@ Description: Avoid overwriting build-environment.
diff -Naurp pdlzip.orig/configure pdlzip/configure
--- pdlzip.orig/configure
+++ pdlzip/configure
@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man'
CC=gcc
-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.
/bin/sh -c "${CC} --version" > /dev/null 2>&1 || { CC=cc ; CFLAGS=-O2 ; }