mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
configure: Add C compiler flag to indicate C89
This commit is contained in:
parent
dfb9438ad7
commit
5e8e7dacdd
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -21,7 +21,7 @@ EXCERTS="yes"
|
||||||
PRNG=
|
PRNG=
|
||||||
PRNGLIBS=
|
PRNGLIBS=
|
||||||
|
|
||||||
CFLAGS="-fPIC -Wall -pedantic"
|
CFLAGS="-fPIC -Wall -pedantic -std=c89"
|
||||||
LDFLAGS="-shared"
|
LDFLAGS="-shared"
|
||||||
|
|
||||||
IDN_LIBRARY="idn"
|
IDN_LIBRARY="idn"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue