]> git.pld-linux.org Git - packages/boost.git/blame - boost-link.patch
- up to 1.40.0 (snapshot, builds with our gcc 4.4 while stable releases don't)
[packages/boost.git] / boost-link.patch
CommitLineData
2e0dcf0b
PS
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.154955 seconds and 4 git commands to generate.