]> git.pld-linux.org Git - packages/boost.git/blob - boost-link.patch
- fix unresolved python symbols.
[packages/boost.git] / boost-link.patch
1 --- boost_1_37_0/libs/python/build/Jamfile.v2.orig      2007-11-25 18:38:02.000000000 +0000
2 +++ boost_1_37_0/libs/python/build/Jamfile.v2   2008-11-06 12:56:51.000000000 +0000
3 @@ -29,6 +29,8 @@
4  rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }
5  rule unless ( test ? : yes * : no * ) { if ! $(test) { return $(yes) ; } else { return $(no) ; } }
6  
7 +lib pythonlib : : <name>python <link>shared ;
8 +
9  lib boost_python
10      : # sources
11      numeric.cpp
12 @@ -60,6 +62,9 @@
13      import.cpp
14      exec.cpp
15      object/function_doc_signature.cpp
16 +
17 +    pythonlib
18 +
19      :   # requirements
20          <link>static:<define>BOOST_PYTHON_STATIC_LIB 
21          <define>BOOST_PYTHON_SOURCE
This page took 0.079251 seconds and 4 git commands to generate.