Files
termux-packages/packages/lzip/configure.patch
termux-pacman-bot bef0060437 bump(main/lzip): 1.24
Enable auto update also
2024-03-02 09:36:56 +00:00

18 lines
262 B
Diff

--- a/configure
+++ b/configure
@@ -23,10 +23,10 @@
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++.