summaryrefslogtreecommitdiffstats
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-26 23:20:26 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-26 23:21:34 +0200
commit6d95f2be8667765ee85b08bc0c8f64d8b6a768a9 (patch)
tree6e18e002fd07244811fd8746958709c5632a659a /external
parentopenldap: find NSS libraries in WORKDIR (diff)
downloadcore-6d95f2be8667765ee85b08bc0c8f64d8b6a768a9.tar.gz
core-6d95f2be8667765ee85b08bc0c8f64d8b6a768a9.zip
firebird: find ICU libraries when running build tools
Change-Id: I1966312b1f66295b8284195b7affee42faae03ce
Diffstat (limited to 'external')
-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 7001c2348d80..8bc87e5ce256 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -47,7 +47,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter IOS ANDROID,$(OS)),--disable-shared,--disable-static) \
&& $(if $(filter WNT,$(OS)),\
- PATH="$(shell cygpath -u $(OUTDIR)/bin):$$PATH",\
+ PATH="$(shell cygpath -u $(call gb_UnpackedTarball_get_dir,icu)/source/lib):$$PATH",\
$(gb_Helper_set_ld_path)) \
$(MAKE) firebird_embedded \
$(if $(filter MACOSX,$(OS)),&& $(PERL) \