diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-02-11 19:17:42 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-02-12 09:53:10 +0100 |
commit | 187194b8aea14350e38bf181dc97c2f1019222f0 (patch) | |
tree | 3c896e9be9c3caabcf33c24a2033e1d96ef38f28 /external | |
parent | 5378deaea3a499003be14f97bd1a9fb3e729a698 (diff) |
normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICU
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
Diffstat (limited to 'external')
-rw-r--r-- | external/firebird/ExternalProject_firebird.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/firebird/ExternalProject_firebird.mk b/external/firebird/ExternalProject_firebird.mk index 5bfb99800042..470500f8b3e3 100644 --- a/external/firebird/ExternalProject_firebird.mk +++ b/external/firebird/ExternalProject_firebird.mk @@ -39,12 +39,12 @@ $(call gb_ExternalProject_get_state_target,firebird,build): -I$(call gb_UnpackedTarball_get_dir,boost) \ -L$(call gb_UnpackedTarball_get_dir,boost)/source/lib \ ) \ - $(if $(filter NO,$(SYSTEM_ICU)), \ + $(if $(SYSTEM_ICU),$(ICU_CPPFLAGS), \ -I$(call gb_UnpackedTarball_get_dir,icu)/source \ -I$(call gb_UnpackedTarball_get_dir,icu)/source/i18n \ -I$(call gb_UnpackedTarball_get_dir,icu)/source/common \ -L$(call gb_UnpackedTarball_get_dir,icu)/source/lib \ - ,$(ICU_CPPFLAGS)) \ + ) \ " \ && ./configure \ --without-editline \ |