Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
648618884e
commit
44f247d0f8
1 changed files with 5 additions and 4 deletions
9
debian/patches/debian/0001-build.patch
vendored
9
debian/patches/debian/0001-build.patch
vendored
|
@ -4,16 +4,17 @@ Description: Avoid overwriting build-environment.
|
||||||
diff -Naurp plzip.orig/configure plzip/configure
|
diff -Naurp plzip.orig/configure plzip/configure
|
||||||
--- plzip.orig/configure
|
--- plzip.orig/configure
|
||||||
+++ plzip/configure
|
+++ plzip/configure
|
||||||
@@ -22,9 +22,9 @@ datarootdir='$(prefix)/share'
|
@@ -21,10 +21,10 @@ bindir='$(exec_prefix)/bin'
|
||||||
|
datarootdir='$(prefix)/share'
|
||||||
infodir='$(datarootdir)/info'
|
infodir='$(datarootdir)/info'
|
||||||
mandir='$(datarootdir)/man'
|
mandir='$(datarootdir)/man'
|
||||||
CXX=g++
|
-CXX=g++
|
||||||
-CPPFLAGS=
|
-CPPFLAGS=
|
||||||
-CXXFLAGS='-Wall -W -O2'
|
-CXXFLAGS='-Wall -W -O2'
|
||||||
-LDFLAGS=
|
-LDFLAGS=
|
||||||
|
+#CXX=g++
|
||||||
+#CPPFLAGS=
|
+#CPPFLAGS=
|
||||||
+#CXXFLAGS='-Wall -W -O2'
|
+#CXXFLAGS='-Wall -W -O2'
|
||||||
+#LDFLAGS=
|
+#LDFLAGS=
|
||||||
LIBS='-llz -lpthread'
|
LIBS='-llz -lpthread'
|
||||||
|
MAKEINFO=makeinfo
|
||||||
# checking whether we are using GNU C++.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue