summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ucl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ucl.mk b/src/ucl.mk
index 0777892..b3a8dc5 100644
--- a/src/ucl.mk
+++ b/src/ucl.mk
@@ -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