1
0
Fork 0

Rediffing build.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-23 19:17:07 +01:00
parent 84e28e4ce9
commit 5341ba69ff
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -4,7 +4,7 @@ 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
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share' @@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info' infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man' mandir='$(datarootdir)/man'
CC=gcc CC=gcc
@ -16,4 +16,4 @@ diff -Naurp pdlzip.orig/configure pdlzip/configure
+#LDFLAGS= +#LDFLAGS=
# checking whether we are using GNU C. # checking whether we are using GNU C.
if [ ! -x /bin/gcc ] && ${CC} --version > /dev/null 2>&1