1
0
Fork 0

Prefixing patches with four digits.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 03:57:49 +01:00
parent 37d9417d09
commit 43a6a4fc26
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 1 additions and 1 deletions

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

@ -0,0 +1,19 @@
Author: Daniel Baumann <mail@daniel-baumann.ch>
Description: Avoid overwriting build-environment.
diff -Naurp plzip.orig/configure plzip/configure
--- plzip.orig/configure 2012-06-27 16:06:34.898944777 +0200
+++ plzip/configure 2012-06-30 12:47:21.829197850 +0200
@@ -23,9 +23,9 @@ datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man'
CXX=
-CPPFLAGS=
-CXXFLAGS='-Wall -W -O2'
-LDFLAGS=
+#CPPFLAGS=
+#CXXFLAGS='-Wall -W -O2'
+#LDFLAGS=
# Loop over all args
while [ -n "$1" ] ; do