Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5a79dbf791
commit
47b003a45e
1 changed files with 5 additions and 3 deletions
8
debian/patches/debian/0001-build.patch
vendored
8
debian/patches/debian/0001-build.patch
vendored
|
@ -4,16 +4,18 @@ Description: Avoid overwriting build-environment.
|
||||||
diff -Naurp lzd.orig/configure lzd/configure
|
diff -Naurp lzd.orig/configure lzd/configure
|
||||||
--- lzd.orig/configure
|
--- lzd.orig/configure
|
||||||
+++ lzd/configure
|
+++ lzd/configure
|
||||||
@@ -21,9 +21,9 @@ datarootdir='$(prefix)/share'
|
@@ -20,10 +20,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=
|
||||||
|
MAKEINFO=makeinfo
|
||||||
|
|
||||||
# checking whether we are using GNU C++.
|
# checking whether we are using GNU C++.
|
||||||
/bin/sh -c "${CXX} --version" > /dev/null 2>&1 || { CXX=c++ ; CXXFLAGS=-O2 ; }
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue