external/libnumbertext/ExternalProject_libnumbertext.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1b843d6ea39e23f4a5e34438b283afc85afc0e9e
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Thu Dec 13 08:04:27 2018 +0100
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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)') \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to