20 lines
483 B
Diff
20 lines
483 B
Diff
Author: Daniel Baumann <daniel@debian.org>
|
|
Description: Avoid overwriting build-environment.
|
|
|
|
diff -Naurp plzip.orig/configure plzip/configure
|
|
--- plzip.orig/configure
|
|
+++ plzip/configure
|
|
@@ -21,10 +21,10 @@ bindir='$(exec_prefix)/bin'
|
|
datarootdir='$(prefix)/share'
|
|
infodir='$(datarootdir)/info'
|
|
mandir='$(datarootdir)/man'
|
|
-CXX=g++
|
|
-CPPFLAGS=
|
|
-CXXFLAGS='-Wall -W -O2'
|
|
-LDFLAGS=
|
|
+#CXX=g++
|
|
+#CPPFLAGS=
|
|
+#CXXFLAGS='-Wall -W -O2'
|
|
+#LDFLAGS=
|
|
LIBS='-llz -lpthread'
|
|
MAKEINFO=makeinfo
|