summaryrefslogtreecommitdiff
path: root/external/firebird
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-13 16:50:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-13 16:56:20 +0100
commit904f9284a2250e17ff4c25f2c5d7540430a0c020 (patch)
tree0e96ec19150427ab0061dbdc117634e8056648dd /external/firebird
parent10a5a1511127fbc6fb1e13323ab6a77f77311747 (diff)
More passing of MAKE into external configure
...like 2fdf78109e815a64169fdab1a8175b63ef9c64d4 "Pass MAKE into external/poppler's configure" Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d
Diffstat (limited to 'external/firebird')
-rw-r--r--external/firebird/ExternalProject_firebird.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk
index f557a36104e3..ed802c3de85a 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -46,7 +46,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
-L$(call gb_UnpackedTarball_get_dir,icu)/source/lib \
) \
" \
- && ./configure \
+ && MAKE=$(MAKE) ./configure \
--without-editline \
--disable-superserver \
--with-system-icu --without-fbsample --without-fbsample-db \