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

Different, less intrusive fix for the boostsystem goodness

Change-Id: Icab27a0a8195f5a0fb81a51c4609dfb93036343d
üst cdabc886
......@@ -13,7 +13,7 @@ $(eval $(call gb_ExternalProject_use_autoconf,liborcus,build))
$(eval $(call gb_ExternalProject_use_externals,liborcus, \
boost_headers \
boostsystem \
boostsystem \
zlib \
))
......@@ -92,6 +92,7 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) :
--disable-spreadsheet-model \
--disable-werror \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter NO,$(SYSTEM_BOOST)),--with-boost-system=boostsystem) \
&& $(MAKE) \
)
......
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