[Libreoffice-commits] core.git: external/libexttextcat
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 13 09:37:35 UTC 2018
external/libexttextcat/ExternalProject_libexttextcat.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a9b34c4b8cfd242b7458df52252d665ed7316239
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 13 09:17:10 2018 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 13 10:37:10 2018 +0100
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 at redhat.com>
diff --git a/external/libexttextcat/ExternalProject_libexttextcat.mk b/external/libexttextcat/ExternalProject_libexttextcat.mk
index 1dd6272d3981..2c26a1ad2da0 100644
--- a/external/libexttextcat/ExternalProject_libexttextcat.mk
+++ b/external/libexttextcat/ExternalProject_libexttextcat.mk
@@ -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) \
More information about the Libreoffice-commits
mailing list