Kaydet (Commit) f1ebdbd5 authored tarafından Fridrich Štrba's avatar Fridrich Štrba

CDR: Override pkg-config with SYSTEM_ICU

Change-Id: I8c802ae3ee91978bb445a47ba80c64eef355907b
üst ab0195a5
...@@ -62,6 +62,7 @@ $(call gb_ExternalProject_get_state_target,libcdr,build) : ...@@ -62,6 +62,7 @@ $(call gb_ExternalProject_get_state_target,libcdr,build) :
cd $(EXTERNAL_WORKDIR) \ cd $(EXTERNAL_WORKDIR) \
&& export PKG_CONFIG="" \ && export PKG_CONFIG="" \
$(if $(filter NO,$(SYSTEM_ICU)),&& export ICU_LIBS=" " ICU_CFLAGS="-I$(OUTDIR)/inc/external") \ $(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 \ && ./configure \
--with-pic \ --with-pic \
--enable-static \ --enable-static \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment