Kaydet (Commit) f8a9131d authored tarafından Luboš Luňák's avatar Luboš Luňák

add missing export of variable passed to configure

ICU_CFLAGS=" " && ./configure  does not actually set anything
üst 972609a8
......@@ -63,7 +63,7 @@ $(call gb_ExternalProject_get_state_target,libcdr,build) :
&& export PKG_CONFIG="" \
&& export ICU_LIBS=" " \
$(if $(filter NO,$(SYSTEM_ICU)),&& export ICU_CFLAGS="-I$(OUTDIR)/inc/external") \
$(if $(filter YES,$(SYSTEM_ICU)),&& ICU_CFLAGS=" ") \
$(if $(filter YES,$(SYSTEM_ICU)),&& export 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