summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:49:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-01-25 13:50:10 +0000
commit4c5cfa9db93917ba1ab45aefaa952eb43f539c16 (patch)
tree11f139b414308a30ae024f702d6c7e28a8210b2c
parentUpdating years in copyright file for 2021. (diff)
downloadlzip-4c5cfa9db93917ba1ab45aefaa952eb43f539c16.tar.xz
lzip-4c5cfa9db93917ba1ab45aefaa952eb43f539c16.zip
Refreshing build.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/debian/0001-build.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/debian/0001-build.patch b/debian/patches/debian/0001-build.patch
index 1a1c4ec..7d750a4 100644
--- a/debian/patches/debian/0001-build.patch
+++ b/debian/patches/debian/0001-build.patch
@@ -4,10 +4,10 @@ Description: Avoid overwriting build-environment.
diff -Naurp lzip.orig/configure lzip/configure
--- lzip.orig/configure
+++ lzip/configure
-@@ -20,10 +20,10 @@ bindir='$(exec_prefix)/bin'
- datarootdir='$(prefix)/share'
- infodir='$(datarootdir)/info'
- mandir='$(datarootdir)/man'
+@@ -23,10 +23,10 @@ mandir='$(datarootdir)/man'
+ build=no
+ check=no
+ installdir=
-CXX=g++
-CPPFLAGS=
-CXXFLAGS='-Wall -W -O2'
@@ -18,4 +18,4 @@ diff -Naurp lzip.orig/configure lzip/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 ; }