summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-05-24 14:47:11 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-05-24 14:47:11 +0200
commit6874228b090b9d910651ddf6ec82b16ac9ecb6de (patch)
treeca375c925f9e7014d144b8ac475156b9d475510d
parentcdabc886f68c0a8e510c7795dcab9c192cb6b5c8 (diff)
Different, less intrusive fix for the boostsystem goodness
Change-Id: Icab27a0a8195f5a0fb81a51c4609dfb93036343d
-rw-r--r--liborcus/ExternalProject_liborcus.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/liborcus/ExternalProject_liborcus.mk b/liborcus/ExternalProject_liborcus.mk
index b6ae1eef8d6b..a65ae39df4e0 100644
--- a/liborcus/ExternalProject_liborcus.mk
+++ b/liborcus/ExternalProject_liborcus.mk
@@ -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) \
)