summarylogtreecommitdiffstats
path: root/python_jam.patch
diff options
context:
space:
mode:
authorQuentin Bazin2016-11-30 17:04:13 +0100
committerQuentin Bazin2016-11-30 17:04:13 +0100
commitd96654925fc8a3ae1e4721174014d08e48470cba (patch)
tree995cff287f8189d6c26e386e7093cda9aad8e2e3 /python_jam.patch
downloadaur-d96654925fc8a3ae1e4721174014d08e48470cba.tar.gz
Updated for Boost 1.62.
Diffstat (limited to 'python_jam.patch')
-rw-r--r--python_jam.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/python_jam.patch b/python_jam.patch
new file mode 100644
index 000000000000..381cc1e3c2a8
--- /dev/null
+++ b/python_jam.patch
@@ -0,0 +1,12 @@
+--- tools/build/src/tools/python.jam 2013-05-21 06:14:18.000000000 +0200
++++ tools/build/src/tools/python.jam 2014-04-02 20:02:34.647406880 +0200
+@@ -645,8 +645,7 @@
+
+ case aix : return <library>pthread <library>dl ;
+
+- case * : return <library>pthread <library>dl
+- <toolset>gcc:<library>util <toolset-intel:platform>linux:<library>util ;
++ case * : return <library>pthread ;
+ }
+ }
+