external/libmwaw/ExternalProject_libmwaw.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f36769fd9288e97b7af666f4b83743a65df9f74a Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Apr 24 10:27:11 2014 +0200 libmwaw: --enable-debug when appropriate Change-Id: Ic10971f077994a0015f6b66bd219a11612084409 diff --git a/external/libmwaw/ExternalProject_libmwaw.mk b/external/libmwaw/ExternalProject_libmwaw.mk index c69f321..e8d837b 100644 --- a/external/libmwaw/ExternalProject_libmwaw.mk +++ b/external/libmwaw/ExternalProject_libmwaw.mk @@ -29,7 +29,7 @@ $(call gb_ExternalProject_get_state_target,libmwaw,build) : --enable-static \ --disable-shared \ --without-docs \ - --disable-debug \ + $(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug,--disable-debug) \ --disable-werror \ CXXFLAGS="$(if $(SYSTEM_BOOST),$(BOOST_CPPFLAGS),-I$(call gb_UnpackedTarball_get_dir,boost) -I$(BUILDDIR)/config_$(gb_Side))" \ $(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits