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:16:26 +01:00
parent 3d22b7a59f
commit 2516f422e5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -4,10 +4,10 @@ Description: Avoid overwriting build-environment.
diff -Naurp pdlzip.orig/configure pdlzip/configure diff -Naurp pdlzip.orig/configure pdlzip/configure
--- pdlzip.orig/configure --- pdlzip.orig/configure
+++ pdlzip/configure +++ pdlzip/configure
@@ -24,9 +24,9 @@ infodir='$(datadir)/info' @@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
mandir='$(datadir)/man' infodir='$(datarootdir)/info'
sysconfdir='$(prefix)/etc' mandir='$(datarootdir)/man'
CC= CC=gcc
-CPPFLAGS= -CPPFLAGS=
-CFLAGS='-Wall -W -O2' -CFLAGS='-Wall -W -O2'
-LDFLAGS= -LDFLAGS=
@ -15,5 +15,5 @@ diff -Naurp pdlzip.orig/configure pdlzip/configure
+#CFLAGS='-Wall -W -O2' +#CFLAGS='-Wall -W -O2'
+#LDFLAGS= +#LDFLAGS=
# Loop over all args # checking whether we are using GNU C.
while [ -n "$1" ] ; do if [ ! -x /bin/gcc ] &&