blob: f7e067a0e1fb184aae73d9aef9dcd580a221dd2a (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 | --- lzip-1.24.orig/configure	2024-01-26 14:01:44.000000000 +0100
+++ lzip-1.24/configure	2024-02-12 07:10:37.674941547 +0100
@@ -23,10 +23,10 @@ mandir='$(datarootdir)/man'
 build=no
 check=no
 installdir=
-CXX=g++
-CPPFLAGS=
-CXXFLAGS='-Wall -W -O2'
-LDFLAGS=
+CXX?=g++
+CPPFLAGS?=
+CXXFLAGS?='-Wall -W -O2'
+LDFLAGS?=
 MAKEINFO=makeinfo
 
 # checking whether we are using GNU C++.
 |