summaryrefslogtreecommitdiff
path: root/external/firebird
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-02 16:05:42 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-02 16:18:41 +0000
commit49e6016d4ecd531d279fb644d129c983e65dc3b8 (patch)
treea8627eb985e1e0b08f5c7287f5e726603918bcd3 /external/firebird
parentf65568118fc1ac71c22a3084e0a1bdd315a91006 (diff)
enable firebird --enable-debug
Change-Id: I329edd1356fd36ffd0afd3b4d1d7b0403430d6db
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 97db740b8065..cb3e35d10b38 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 $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter IOS ANDROID,$(OS)),--disable-shared,--disable-static) \
&& $(if $(filter WNT,$(OS)),\