1
0
Fork 0

Refreshing build.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 04:19:27 +01:00
parent 648618884e
commit 44f247d0f8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -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