external/libwps/ExternalProject_libwps.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9801268a0f946dce6d1893369fc761a796c18156
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon May 7 14:37:50 2018 +0200

    Pass --enable-debug into external/libwps
    
    Change-Id: Ib36fc7ad118abf8529ca1fe17d1054f33edb094e
    Reviewed-on: https://gerrit.libreoffice.org/53938
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/external/libwps/ExternalProject_libwps.mk 
b/external/libwps/ExternalProject_libwps.mk
index ba1e1a646592..1acb12958e43 100644
--- a/external/libwps/ExternalProject_libwps.mk
+++ b/external/libwps/ExternalProject_libwps.mk
@@ -32,7 +32,7 @@ $(call gb_ExternalProject_get_state_target,libwps,build) :
                        --with-sharedptr=c++11 \
                        --without-docs \
                        --disable-tools \
-                       --disable-debug \
+                       $(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \
                        --disable-werror \
                        $(if 
$(verbose),--disable-silent-rules,--enable-silent-rules) \
                        CXXFLAGS="$(gb_CXXFLAGS) $(if 
$(ENABLE_OPTIMIZED),$(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS))" \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to