mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-03 17:40:28 +00:00
Boost libs (#974)
* Boost libs * boost.python build fix from Vishal * set -std=c++11 so libicu works
This commit is contained in:
committed by
Fredrik Fornwall
parent
aa34ee507c
commit
a34ced0767
11
packages/boost/python.jam.patch
Normal file
11
packages/boost/python.jam.patch
Normal 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 ;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user