]> git.pld-linux.org Git - packages/boost.git/blame - boost-link.patch
do not package .orig files; adapter
[packages/boost.git] / boost-link.patch
CommitLineData
a5fa4315
SP
1diff -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 @@
2e0dcf0b
PS
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+
a5fa4315
SP
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
2e0dcf0b
PS
17+
18+ pythonlib
19+
a5fa4315
SP
20 : # requirements
21 <link>static:<define>BOOST_PYTHON_STATIC_LIB
22 <define>BOOST_PYTHON_SOURCE
23Tylko w boost_1_41_0.new/libs/python/build: Jamfile.v2~
This page took 0.03083 seconds and 4 git commands to generate.