libwpd: Apple gcc gives spurious warnings in <list>, disable werror
Change-Id: I396b3613762290d673ce3a40bf76b47683b2dd45
This commit is contained in:
parent
d953cc27fc
commit
fa0aa5603b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ $(call gb_ExternalProject_get_state_target,libwpd,build) :
|
|||
--without-stream \
|
||||
--without-docs \
|
||||
--disable-debug \
|
||||
$(if $(filter MACOSX,$(OS)),--disable-werror) \
|
||||
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
|
||||
&& $(GNUMAKE) \
|
||||
&& touch $@
|
||||
|
|
Loading…
Reference in a new issue