mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-03 05:38:11 +00:00
20 lines
393 B
Diff
20 lines
393 B
Diff
diff --git a/configure b/configure
|
|
index 50f3cad..31256c2 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -21,10 +21,10 @@ datarootdir='$(prefix)/share'
|
|
infodir='$(datarootdir)/info'
|
|
mandir='$(datarootdir)/man'
|
|
program_prefix=
|
|
-CC=gcc
|
|
-CPPFLAGS=
|
|
-CFLAGS='-Wall -W -O2'
|
|
-LDFLAGS=
|
|
+CC?=gcc
|
|
+CPPFLAGS?=
|
|
+CFLAGS?='-Wall -W -O2'
|
|
+LDFLAGS?=
|
|
MAKEINFO=makeinfo
|
|
|
|
# checking whether we are using GNU C.
|