diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-04-16 09:52:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-04-16 11:47:32 +0200 |
commit | ceb4bc418cd4c03a4e78f4a84ae2d56a71799a31 (patch) | |
tree | a9f77af6919a36d62cf1a9ee83a8eb47f1a756f9 /external | |
parent | 03bee43ebdce9fb9608dcde0a65559276e911356 (diff) |
Pass gb_SYMBOL into external/firebird
Change-Id: I91e68dfe770aaa906abac107c3e56bc5e4782512
Reviewed-on: https://gerrit.libreoffice.org/52937
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/firebird/ExternalProject_firebird.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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), \ |