0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-22 22:47:51 +00:00
termux-packages/packages/lzip/configure.patch
Biswapriyo Nath e2d5039da6 bump(main/lzip): 1.24
Enable auto update also
2024-03-02 17:08:39 +08: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++.