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

Michael Stahl mstahl at redhat.com
Mon Jul 27 15:05:27 PDT 2015


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

New commits:
commit f58f10fc89e19d182b5a415bb69af5ecc7de080a
Author: Michael Stahl <mstahl at redhat.com>
Date:   Mon Jul 27 23:52:44 2015 +0200

    firebird: --enable-debug breaks the build with MSVC
    
    With the 2.5.4 upgrade somehow this fails to link fbintl.lib with
    unresolved symbols.
    
    Debugging is overrated anyway, let's just disable that for now.
    
    Change-Id: I265c705c10ca7c70baa18232f6f740120d6b397e

diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk
index f1dbb2f..f24d0f7 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -50,7 +50,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
 			--without-editline \
 			--disable-superserver \
 			--with-system-icu --without-fbsample --without-fbsample-db \
-			$(if $(ENABLE_DEBUG),--enable-debug) \
+			$(if $(filter-out MSC,$(COM)),$(if $(ENABLE_DEBUG),--enable-debug)) \
 			$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
 			$(if $(DISABLE_DYNLOADING), \
 				--enable-static --disable-shared \


More information about the Libreoffice-commits mailing list