SHA256
8
0
forked from pool/boost

- Add the following patches from Fedora to fix underlinking in

boost::python code
  * boost-1.57.0-python-abi_letters.patch
  * boost-1.57.0-python-libpython_dep.patch
  * boost-1.55.0-python-test-PyImport_AppendInittab.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=160
This commit is contained in:
Ismail Dönmez
2016-01-04 14:31:16 +00:00
committed by Git OBS Bridge
parent 5aa3cc574f
commit 686b966420
5 changed files with 205 additions and 6 deletions

View File

@@ -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)