chiark / gitweb /
preload-hacks: Some patches to make it work.
[termux-packages] / packages / boost / python.jam.patch
1 --- ../cache/boost_1_65_1/tools/build/src/tools/python.jam      2017-09-02 09:56:19.000000000 +0000
2 +++ ./tools/build/src/tools/python.jam  2018-01-06 01:26:09.993772847 +0000
3 @@ -651,7 +651,7 @@
4  
5          case aix : return  <library>pthread <library>dl ;
6  
7 -        case * : return  <library>pthread <library>dl
8 +        case * : return   <library>dl <linkflags>-lpython3.6m ;
9              <toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
10      }
11  }