Boost libs (#974)

* Boost libs

* boost.python build fix from Vishal

* set -std=c++11 so libicu works
This commit is contained in:
its-pointless
2017-05-04 08:00:01 +10:00
committed by Fredrik Fornwall
parent aa34ee507c
commit a34ced0767
2 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- ../cache/boost_1_64_0/tools/build/src/tools/python.jam 2017-04-17 02:22:26.000000000 +0000
+++ ./tools/build/src/tools/python.jam 2017-04-30 06:12:15.748537322 +0000
@@ -651,7 +651,7 @@
case aix : return <library>pthread <library>dl ;
- case * : return <library>pthread <library>dl
+ case * : return <library>dl
<toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
}
}