]> git.pld-linux.org Git - packages/boost.git/commitdiff
- fix unresolved python symbols.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 6 Nov 2008 13:16:41 +0000 (13:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boost-link.patch -> 1.1

boost-link.patch [new file with mode: 0644]

diff --git a/boost-link.patch b/boost-link.patch
new file mode 100644 (file)
index 0000000..507883b
--- /dev/null
@@ -0,0 +1,21 @@
+--- boost_1_37_0/libs/python/build/Jamfile.v2.orig     2007-11-25 18:38:02.000000000 +0000
++++ boost_1_37_0/libs/python/build/Jamfile.v2  2008-11-06 12:56:51.000000000 +0000
+@@ -29,6 +29,8 @@
+ rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }
+ rule unless ( test ? : yes * : no * ) { if ! $(test) { return $(yes) ; } else { return $(no) ; } }
++lib pythonlib : : <name>python <link>shared ;
++
+ lib boost_python
+     : # sources
+     numeric.cpp
+@@ -60,6 +62,9 @@
+     import.cpp
+     exec.cpp
+     object/function_doc_signature.cpp
++
++    pythonlib
++
+     :   # requirements
+         <link>static:<define>BOOST_PYTHON_STATIC_LIB 
+         <define>BOOST_PYTHON_SOURCE
This page took 0.032045 seconds and 4 git commands to generate.