diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-12-10 11:10:57 -0300 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-11 22:19:46 +0100 |
| commit | b46aa39e3d759db5df553ac591396677afa51d51 (patch) | |
| tree | c6b89af294246f614ef7185e7475af0378b638ae | |
| parent | 8db6b8173ba73668b53ea55599378a4b8b4fa56b (diff) | |
| download | buildroot-b46aa39e3d759db5df553ac591396677afa51d51.tar.gz buildroot-b46aa39e3d759db5df553ac591396677afa51d51.zip | |
boost: fixup host variant dependencies
Define an empty HOST_BOOST_DEPENDENCIES to avoid inheriting
BOOST_DEPENDENCIES.
Also ditch redundant empty definitions for BOOST_DEPENDENCIES and
BOOST_FLAGS.
Fixes:
http://autobuild.buildroot.net/results/9c6/9c64dd473a8096bb6343d746544997e333053e8b/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/boost/boost.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/boost/boost.mk b/package/boost/boost.mk index b97d12b53c..d6d10e1cc7 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -13,9 +13,7 @@ BOOST_INSTALL_STAGING = YES TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion) HOST_CC_VERSION = $(shell $(HOSTCC) -dumpversion) -BOOST_DEPENDENCIES = - -BOOST_FLAGS = +HOST_BOOST_DEPENDENCIES = # keep host variant as minimal as possible HOST_BOOST_FLAGS = --without-icu \ |

