mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-22 22:47:51 +00:00
18 lines
262 B
Diff
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++.
|