Kaydet (Commit) d0c3eaf8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Blind "fix" for when using system ICU

No point in pointing to nonexistent ICU headers in solver if building
against a system ICU.

Change-Id: I5a151f3bfefd1913ad84a33d74af749558926312
üst fbe878da
...@@ -61,8 +61,7 @@ else ...@@ -61,8 +61,7 @@ else
$(call gb_ExternalProject_get_state_target,libcdr,build) : $(call gb_ExternalProject_get_state_target,libcdr,build) :
cd $(EXTERNAL_WORKDIR) \ cd $(EXTERNAL_WORKDIR) \
&& export PKG_CONFIG="" \ && export PKG_CONFIG="" \
&& export ICU_LIBS=" " \ && $(if $(filter NO,$(SYSTEM_ICU)), export ICU_LIBS=" " ICU_CFLAGS="-I$(OUTDIR)/inc/external") \
&& export ICU_CFLAGS="-I$(OUTDIR)/inc/external" \
&& ./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