chiark / gitweb /
debianutils: Update from 4.8.3 to 4.8.4
[termux-packages] / packages / ed / configure.patch
1 diff --git a/configure b/configure
2 index 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