boost: Depend on liblzma
[termux-packages] / packages / boost / python.jam.patch
CommitLineData
4bb4b376 1--- ../cache/boost_1_64_0/tools/build/src/tools/python.jam 2017-04-17 02:22:26.000000000 +0000
2+++ ./tools/build/src/tools/python.jam 2017-04-30 06:12:15.748537322 +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
9 <toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
10 }
11 }