diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-20 14:18:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-20 14:21:23 +0000 |
commit | 93d06d453e2e6114d69f76623b4eb80f1121103a (patch) | |
tree | e4fcbcb4b000b491e2f8f30998ee34a707b6ffc0 /main/boost/boost-1.57.0-python-libpython_dep.patch | |
parent | fe9e2da758b9f19669f488464c0b26edd75efd9c (diff) | |
download | aports-93d06d453e2e6114d69f76623b4eb80f1121103a.tar.bz2 aports-93d06d453e2e6114d69f76623b4eb80f1121103a.tar.xz |
main/boost: fix boost_python3
ref #6874
upstream: https://github.com/boostorg/build/issues/163
Diffstat (limited to 'main/boost/boost-1.57.0-python-libpython_dep.patch')
-rw-r--r-- | main/boost/boost-1.57.0-python-libpython_dep.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/boost/boost-1.57.0-python-libpython_dep.patch b/main/boost/boost-1.57.0-python-libpython_dep.patch new file mode 100644 index 0000000000..57bfc26774 --- /dev/null +++ b/main/boost/boost-1.57.0-python-libpython_dep.patch @@ -0,0 +1,13 @@ +Index: boost_1_57_0/tools/build/src/tools/python.jam +=================================================================== +--- boost_1_57_0/tools/build/src/tools/python.jam (revision 50406) ++++ boost_1_57_0/tools/build/src/tools/python.jam (working copy) +@@ -994,7 +994,7 @@ + else + { + alias python_for_extensions +- : ++ : python + : $(target-requirements) + : + : $(usage-requirements) |