[Libreoffice-commits] core.git: external/libnumbertext
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 13 08:40:34 UTC 2018
external/libnumbertext/ExternalProject_libnumbertext.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1b843d6ea39e23f4a5e34438b283afc85afc0e9e
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Dec 13 08:04:27 2018 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Dec 13 09:40:09 2018 +0100
Pass --en-/disable-werror into external/libnumbertext
(which otherwise always defaults to --enable-werror)
Change-Id: I928277cec62dd36da0b18eb622ee91c176c9ccc6
Reviewed-on: https://gerrit.libreoffice.org/65072
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/libnumbertext/ExternalProject_libnumbertext.mk b/external/libnumbertext/ExternalProject_libnumbertext.mk
index b12012e16577..679772700aad 100644
--- a/external/libnumbertext/ExternalProject_libnumbertext.mk
+++ b/external/libnumbertext/ExternalProject_libnumbertext.mk
@@ -34,6 +34,7 @@ $(call gb_ExternalProject_get_state_target,libnumbertext,build):
LIBS="$(gb_STDLIBS) $(LIBS)" \
$(SHELL) ./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))\
$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
$(if $(libnumbertext_CPPFLAGS),CPPFLAGS='$(libnumbertext_CPPFLAGS)') \
More information about the Libreoffice-commits
mailing list