Pass --en-/disable-werror into external/libexttextcat
(which otherwise always defaults to --enable-werror) Change-Id: If0e430e0d0994088a61843ea8f3759adbc993be6 Reviewed-on: https://gerrit.libreoffice.org/65075 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
9bc20ed5e4
commit
a9b34c4b8c
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ $(call gb_ExternalProject_get_state_target,libexttextcat,build):
|
|||
$(call gb_ExternalProject_run,build,\
|
||||
./configure --disable-shared --with-pic \
|
||||
$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
|
||||
$(if $(ENABLE_WERROR),--enable-werror,--disable-werror) \
|
||||
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
|
||||
CFLAGS="$(CFLAGS) $(gb_VISIBILITY_FLAGS) $(gb_DEBUGINFO_FLAGS) $(gb_DEBUG_CFLAGS) $(if $(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) \
|
||||
$(if $(COM_IS_CLANG),-Qunused-arguments) \
|
||||
|
|
Loading…
Reference in a new issue