summaryrefslogtreecommitdiff
path: root/external/firebird
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-07-03 16:19:00 +0200
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-07-03 17:32:34 +0200
commit4cf0e29ccf5191b7ba4ed84750108e5361bcde38 (patch)
treea3b5fef946325b96c49c02e5b7acf0a72c64ae9e /external/firebird
parentc39f77fcbe3def727190def1c568c3b47aa8c3c3 (diff)
Revert "firebird: enable-debug cause trouble due to a lifecycle management issue"
This reverts commit 814818c3451fa32900c011278e2e5b62e3518eb0. Upstream patched the underlying cause
Diffstat (limited to 'external/firebird')
-rw-r--r--external/firebird/ExternalProject_firebird.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk
index d25c6676696e..6e3f582de581 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -50,6 +50,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
--without-editline \
--disable-superserver \
--with-system-icu --without-fbsample --without-fbsample-db \
+ $(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug) \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter IOS ANDROID,$(OS)),--disable-shared,--disable-static) \
&& $(if $(filter WNT,$(OS)),\