[Libreoffice-commits] core.git: external/firebird
Stephan Bergmann
sbergman at redhat.com
Mon Apr 16 09:48:29 UTC 2018
external/firebird/ExternalProject_firebird.mk | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ceb4bc418cd4c03a4e78f4a84ae2d56a71799a31
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Apr 16 09:52:33 2018 +0200
Pass gb_SYMBOL into external/firebird
Change-Id: I91e68dfe770aaa906abac107c3e56bc5e4782512
Reviewed-on: https://gerrit.libreoffice.org/52937
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk
index 5678a6f36218..5ca8c0b01418 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -75,6 +75,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
) \
$(CXXFLAGS_CXX11) \
$(firebird_NO_CXX11_NARROWING) \
+ $(if $(filter $(true),$(gb_SYMBOL)),$(gb_DEBUGINFO_FLAGS)) \
" \
&& export LDFLAGS=" \
$(if $(SYSTEM_ICU),$(ICU_LIBS), \
More information about the Libreoffice-commits
mailing list