summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:45:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:45:42 +0000
commit1be94405e044e5026c491f280abb76b04cdd9e8f (patch)
treefb64d951b5dc0651be6ff455ff39942f4cbd343d
parentMerging upstream version 1.11. (diff)
downloadplzip-1be94405e044e5026c491f280abb76b04cdd9e8f.tar.xz
plzip-1be94405e044e5026c491f280abb76b04cdd9e8f.zip
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0001-build.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch
index b0f015c..3fa2f01 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -4,16 +4,17 @@ Description: Avoid overwriting build-environment.
diff -Naurp plzip.orig/configure plzip/configure
--- plzip.orig/configure
+++ plzip/configure
-@@ -22,9 +22,9 @@ datarootdir='$(prefix)/share'
+@@ -21,10 +21,10 @@ bindir='$(exec_prefix)/bin'
+ datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man'
- CXX=g++
+-CXX=g++
-CPPFLAGS=
-CXXFLAGS='-Wall -W -O2'
-LDFLAGS=
++#CXX=g++
+#CPPFLAGS=
+#CXXFLAGS='-Wall -W -O2'
+#LDFLAGS=
LIBS='-llz -lpthread'
-
- # checking whether we are using GNU C++.
+ MAKEINFO=makeinfo