summaryrefslogtreecommitdiff
path: root/dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-17 17:58:46 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-17 18:14:51 +0100
commit075397e56bf9902d665175ff1ca5d586ceef8a5b (patch)
treedf499d6aad03b95b18fa3a58188bb3d82cb667a6 /dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch
parent2a669a90ef23015afd8008e70bc5d39cf0994e1e (diff)
downloadgentoo-075397e56bf9902d665175ff1ca5d586ceef8a5b.tar.gz
gentoo-075397e56bf9902d665175ff1ca5d586ceef8a5b.tar.bz2
gentoo-075397e56bf9902d665175ff1ca5d586ceef8a5b.zip
Move {dev-util → dev-build}/b2
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34867 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch')
-rw-r--r--dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch b/dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch
new file mode 100644
index 000000000000..b7b47cc93a47
--- /dev/null
+++ b/dev-build/b2/files/b2-4.9.2-disable_python_rpath.patch
@@ -0,0 +1,11 @@
+--- a/tools/python.jam
++++ b/tools/python.jam
+@@ -1000,7 +1000,7 @@
+ # linux).
+ : $(usage-requirements)
+ <testing.launcher>$(set-PYTHONPATH)
+- <library-path>$(libraries) <dll-path>$(dll-path) <library>python.lib
++ <library-path>$(libraries) <library>python.lib
+ ;
+ }
+