diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-01-25 16:23:44 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-01-25 16:23:51 +0100 |
commit | f1ebdbd541225f1f31334114f3456d0fd7572eb7 (patch) | |
tree | 62761a0a0b8e334ade0dcc49e7945c7c641b845c /libcdr | |
parent | ab0195a5a40e441dea72cc2950e74cbd777115d5 (diff) |
CDR: Override pkg-config with SYSTEM_ICU
Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b
Diffstat (limited to 'libcdr')
-rw-r--r-- | libcdr/ExternalProject_libcdr.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcdr/ExternalProject_libcdr.mk b/libcdr/ExternalProject_libcdr.mk index 4ec7d09e6525..2c207c4a7835 100644 --- a/libcdr/ExternalProject_libcdr.mk +++ b/libcdr/ExternalProject_libcdr.mk @@ -62,6 +62,7 @@ $(call gb_ExternalProject_get_state_target,libcdr,build) : cd $(EXTERNAL_WORKDIR) \ && export PKG_CONFIG="" \ $(if $(filter NO,$(SYSTEM_ICU)),&& export ICU_LIBS=" " ICU_CFLAGS="-I$(OUTDIR)/inc/external") \ + $(if $(filter YES,$(SYSTEM_ICU)),&& export ICU_LIBS=" " ICU_CFLAGS=" ") \ && ./configure \ --with-pic \ --enable-static \ |