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

Stephan Bergmann sbergman at redhat.com
Wed Aug 9 08:14:37 UTC 2017


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

New commits:
commit d500b2e98c15adef6d89900bbb1490065e10cd6e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Aug 9 10:13:43 2017 +0200

    Pass ENABLE_DEBUG into external/libabw
    
    Change-Id: Idfccfe7b569622981c8d9911a60bfb749797b359

diff --git a/external/libabw/ExternalProject_libabw.mk b/external/libabw/ExternalProject_libabw.mk
index e174f9edebf1..432f035ce285 100644
--- a/external/libabw/ExternalProject_libabw.mk
+++ b/external/libabw/ExternalProject_libabw.mk
@@ -31,7 +31,7 @@ $(call gb_ExternalProject_get_state_target,libabw,build) :
 			--disable-shared \
 			--without-docs \
 			--disable-tools \
-			--disable-debug \
+			$(if $(ENABLE_DEBUG),--enable-debug,--disable-debug) \
 			--disable-werror \
 			$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \
 			CXXFLAGS="$(CXXFLAGS) $(BOOST_CPPFLAGS) \


More information about the Libreoffice-commits mailing list