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
|
||||
--- 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
|
||||
|
|
Loading…
Add table
Reference in a new issue