Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
06c90d748f
commit
c1dfaaafb3
1 changed files with 2 additions and 2 deletions
4
debian/patches/debian/0001-build.patch
vendored
4
debian/patches/debian/0001-build.patch
vendored
|
@ -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 ; }
|
||||
|
|
Loading…
Add table
Reference in a new issue