diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-30 10:41:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-30 10:41:11 +0200 |
commit | 61a66b612eaeeb38d5d9f9aa83326be6b08c1b6f (patch) | |
tree | 36dc3da7befb2fb187c3faf1b715f36ebbc3b99d /external | |
parent | 7561a0f9a2df9231596576af9f8b78f4f3621270 (diff) |
external/libeot internally uses --std=c99, do not overrule that
Change-Id: Ic265344935b9e2d41f0e054d29b01f352407a493
Diffstat (limited to 'external')
-rw-r--r-- | external/libeot/ExternalProject_libeot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/libeot/ExternalProject_libeot.mk b/external/libeot/ExternalProject_libeot.mk index 97e28005de36..dc6a987ae99a 100644 --- a/external/libeot/ExternalProject_libeot.mk +++ b/external/libeot/ExternalProject_libeot.mk @@ -22,6 +22,7 @@ $(call gb_ExternalProject_get_state_target,libeot,build) : --enable-static \ --disable-shared \ --disable-debug \ + CFLAGS='$(filter-out -std=gnu89,$(CFLAGS))' \ && $(MAKE) $(if $(VERBOSE)$(verbose),V=1) \ ) |