Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
03cd166515
commit
56705f940c
1 changed files with 4 additions and 4 deletions
8
debian/patches/debian/0001-build.patch
vendored
8
debian/patches/debian/0001-build.patch
vendored
|
@ -1,9 +1,9 @@
|
||||||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||||
Description: Avoid overwriting build-environment.
|
Description: Avoid overwriting build-environment.
|
||||||
|
|
||||||
diff -Naurp lzip.orig/configure lzip/configure
|
diff -Naurp tarlz.orig/configure tarlz/configure
|
||||||
--- lzip.orig/configure
|
--- tarlz.orig/configure
|
||||||
+++ lzip/configure
|
+++ tarlz/configure
|
||||||
@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
|
@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
|
||||||
datarootdir='$(prefix)/share'
|
datarootdir='$(prefix)/share'
|
||||||
infodir='$(datarootdir)/info'
|
infodir='$(datarootdir)/info'
|
||||||
|
@ -18,4 +18,4 @@ diff -Naurp lzip.orig/configure lzip/configure
|
||||||
+#LDFLAGS=
|
+#LDFLAGS=
|
||||||
|
|
||||||
# checking whether we are using GNU C++.
|
# 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