ucl: fix cross build with gcc6

This commit is contained in:
Tony Theodore 2016-08-17 09:22:41 +10:00
parent 27ddf2c6ce
commit 0ac2a77d4c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ define $(PKG)_BUILD
cd '$(1)' && \
./configure \
$(MXE_CONFIGURE_OPTS) \
CFLAGS='-std=c90 -fPIC'
CFLAGS='-std=gnu90 -fPIC'
$(MAKE) -C '$(1)' -j '$(JOBS)' LDFLAGS=-no-undefined
$(MAKE) -C '$(1)' -j 1 install
endef