1
0
Fork 0

Adding patch to avoid overwriting build-environment.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-23 19:15:30 +01:00
parent dfca9851d4
commit 7b25ff9ce1
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 20 additions and 0 deletions

19
debian/patches/01-build.patch vendored Normal file
View file

@ -0,0 +1,19 @@
Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
Description: Avoid overwriting build-environment.
diff -Naurp pdlzip.orig/configure pdlzip/configure
--- pdlzip.orig/configure 2012-06-27 16:06:20.050801430 +0200
+++ pdlzip/configure 2012-06-30 05:22:30.357871278 +0200
@@ -24,9 +24,9 @@ infodir='$(datadir)/info'
mandir='$(datadir)/man'
sysconfdir='$(prefix)/etc'
CC=
-CPPFLAGS=
-CFLAGS='-Wall -W -O2'
-LDFLAGS=
+#CPPFLAGS=
+#CFLAGS='-Wall -W -O2'
+#LDFLAGS=
# Loop over all args
while [ -n "$1" ] ; do

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
01-build.patch