diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-01 11:32:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-01 11:32:34 +0200 |
commit | f431f5540e4c8bf250df820e59e106cf83f2d44d (patch) | |
tree | 12705c18ffb3ec20867ec2adc28b089cf6701b2a /package/boost/boost.mk | |
parent | cd3c00fbc01e99496f28276c62182963cada0979 (diff) | |
download | buildroot-f431f5540e4c8bf250df820e59e106cf83f2d44d.tar.gz buildroot-f431f5540e4c8bf250df820e59e106cf83f2d44d.zip |
Revert "package/boost: bump to version 1.58.0"
This reverts commit 25655021fb66f58afe4966face0afdda1e7be65a.
Boost 1.58.0 breaks the build, trying to pass -m32 to compilers that
do not support it:
http://autobuild.buildroot.org/results/66c/66c3a868816dfe4bd4d0ffafec6988fd87a2c058/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost/boost.mk')
-rw-r--r-- | package/boost/boost.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boost/boost.mk b/package/boost/boost.mk index c658628ca8..7060591411 100644 --- a/package/boost/boost.mk +++ b/package/boost/boost.mk @@ -4,7 +4,7 @@ # ################################################################################ -BOOST_VERSION = 1.58.0 +BOOST_VERSION = 1.57.0 BOOST_SOURCE = boost_$(subst .,_,$(BOOST_VERSION)).tar.bz2 BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION) BOOST_INSTALL_STAGING = YES |