]> git.pld-linux.org Git - packages/boost.git/blob - boost-link.patch
- updated to 1.50
[packages/boost.git] / boost-link.patch
1 diff -ur boost_1_41_0/libs/python/build/Jamfile.v2 boost_1_41_0.new/libs/python/build/Jamfile.v2
2 --- boost_1_41_0/libs/python/build/Jamfile.v2   2009-10-14 00:37:59.000000000 +0200
3 +++ boost_1_41_0.new/libs/python/build/Jamfile.v2       2009-11-20 08:52:07.423214282 +0100
4 @@ -46,6 +46,8 @@
5  rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }
6  rule unless ( test ? : yes * : no * ) { if ! $(test) { return $(yes) ; } else { return $(no) ; } }
7  
8 +lib pythonlib : : <name>python <link>shared ;
9 +
10  rule lib_boost_python ( is-py3 ? )
11  {
12  
13 @@ -80,6 +82,9 @@
14          import.cpp
15          exec.cpp
16          object/function_doc_signature.cpp
17 +
18 +    pythonlib
19 +
20          :   # requirements
21              <link>static:<define>BOOST_PYTHON_STATIC_LIB 
22              <define>BOOST_PYTHON_SOURCE
23 Tylko w boost_1_41_0.new/libs/python/build: Jamfile.v2~
This page took 0.085801 seconds and 3 git commands to generate.