librhash: Update from 1.3.5 to 1.3.6
[termux-packages] / packages / ed / configure.patch
CommitLineData
1d740dea
OS
1diff --git a/configure b/configure
2index 50f3cad..31256c2 100755
3--- a/configure
4+++ b/configure
5@@ -21,10 +21,10 @@ datarootdir='$(prefix)/share'
6 infodir='$(datarootdir)/info'
7 mandir='$(datarootdir)/man'
8 program_prefix=
9-CC=gcc
10-CPPFLAGS=
11-CFLAGS='-Wall -W -O2'
12-LDFLAGS=
13+CC?=gcc
14+CPPFLAGS?=
15+CFLAGS?='-Wall -W -O2'
16+LDFLAGS?=
17
18 # checking whether we are using GNU C.
19 ${CC} --version > /dev/null 2>&1