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:17:45 +01:00
parent 06c90d748f
commit c1dfaaafb3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -4,7 +4,7 @@ Description: Avoid overwriting build-environment.
diff -Naurp plzip.orig/configure plzip/configure
--- plzip.orig/configure
+++ plzip/configure
@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
@@ -22,9 +22,9 @@ datarootdir='$(prefix)/share'
infodir='$(datarootdir)/info'
mandir='$(datarootdir)/man'
CXX=g++
@ -16,4 +16,4 @@ diff -Naurp plzip.orig/configure plzip/configure
+#LDFLAGS=
# checking whether we are using GNU C++.
/bin/sh -c "${CXX} --version" > /dev/null 2>&1 ||
/bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }