diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-05-02 14:45:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-05-21 23:54:10 +0200 |
commit | d5f5a829fca647718072925a29371714b64d47ae (patch) | |
tree | d6580ffed71be9db7df11064f37f57b3f1706be1 /package/boost/boost.hash | |
parent | 7241aee4ed7d85659a0eb0f369d8a3a44ffc176e (diff) | |
download | buildroot-d5f5a829fca647718072925a29371714b64d47ae.tar.gz buildroot-d5f5a829fca647718072925a29371714b64d47ae.zip |
package/boost: bump to version 1.58.0
Add patch to fix build issues for mips and sh targets:
error: unrecognized command line option '-m32'
Fixes:
http://autobuild.buildroot.org/results/66c/66c3a868816dfe4bd4d0ffafec6988fd87a2c058/
http://autobuild.buildroot.net/results/ccd/ccd5c83963032ba49b1627b1dff39e34a9486943/
Patch send upstream:
https://github.com/boostorg/build/pull/76
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Tested-by: Gergely Imreh <imrehg@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost/boost.hash')
-rw-r--r-- | package/boost/boost.hash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boost/boost.hash b/package/boost/boost.hash index 20197438e9..706eea276e 100644 --- a/package/boost/boost.hash +++ b/package/boost/boost.hash @@ -1,3 +1,3 @@ -# From http://sourceforge.net/projects/boost/files/boost/1.57.0/ -md5 1be49befbdd9a5ce9def2983ba3e7b76 boost_1_57_0.tar.bz2 -sha1 e151557ae47afd1b43dc3fac46f8b04a8fe51c12 boost_1_57_0.tar.bz2 +# From http://sourceforge.net/projects/boost/files/boost/1.58.0/ +md5 b8839650e61e9c1c0a89f371dd475546 boost_1_58_0.tar.bz2 +sha1 2fc96c1651ac6fe9859b678b165bd78dc211e881 boost_1_58_0.tar.bz2 |