[Libreoffice-commits] core.git: external/libmspub

Stephan Bergmann sbergman at redhat.com
Fri Aug 29 05:39:02 PDT 2014


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

New commits:
commit 2426e72dba6e5fc9659dc6d691c3e2cbb64e684e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 29 14:38:33 2014 +0200

    Pass --enable-debug also down to external/libmspub
    
    Change-Id: I76f834dea9aebbdef6cdb240e0a2f1ac49217f5e

diff --git a/external/libmspub/ExternalProject_libmspub.mk b/external/libmspub/ExternalProject_libmspub.mk
index 8cbf9a6..5805f58 100644
--- a/external/libmspub/ExternalProject_libmspub.mk
+++ b/external/libmspub/ExternalProject_libmspub.mk
@@ -30,7 +30,7 @@ $(call gb_ExternalProject_get_state_target,libmspub,build) :
 			--disable-shared \
 			--without-docs \
 			--disable-tools \
-			--disable-debug \
+			$(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug,--disable-debug) \
 			--disable-werror \
 			--disable-weffc \
 			$(if $(VERBOSE)$(verbose),--disable-silent-rules,--enable-silent-rules) \


More information about the Libreoffice-commits mailing list