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

CDR: We want ICU_LIBS always empty since this is a static library

Change-Id: I90730e08b07182fa73a1e3a60bed6da11cfd9e06
üst f1ebdbd5
......@@ -61,8 +61,9 @@ else
$(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=" ") \
&& export ICU_LIBS=" " \
$(if $(filter NO,$(SYSTEM_ICU)),&& export ICU_CFLAGS="-I$(OUTDIR)/inc/external") \
$(if $(filter YES,$(SYSTEM_ICU)),&& ICU_CFLAGS=" ") \
&& ./configure \
--with-pic \
--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