Enable ISO C90 inline

Otherwise imaxabs() and other functions in _mingw.h will not
be inlined and produce link error
This commit is contained in:
Clark Li 2015-05-27 23:28:28 +09:30
parent d28c1df4f1
commit 9b102b8956
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi # The autotools files came with a52dec are _ancient_
cd '$(1)' && ./configure \
cd '$(1)' && ./configure CFLAGS=-std=gnu89 \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=