Kaydet (Commit) 61a66b61 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

external/libeot internally uses --std=c99, do not overrule that

Change-Id: Ic265344935b9e2d41f0e054d29b01f352407a493
üst 7561a0f9
...@@ -22,6 +22,7 @@ $(call gb_ExternalProject_get_state_target,libeot,build) : ...@@ -22,6 +22,7 @@ $(call gb_ExternalProject_get_state_target,libeot,build) :
--enable-static \ --enable-static \
--disable-shared \ --disable-shared \
--disable-debug \ --disable-debug \
CFLAGS='$(filter-out -std=gnu89,$(CFLAGS))' \
&& $(MAKE) $(if $(VERBOSE)$(verbose),V=1) \ && $(MAKE) $(if $(VERBOSE)$(verbose),V=1) \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment