SOURCES: boost-link.patch (NEW) - fix unresolved python symbols.

pluto pluto at pld-linux.org
Thu Nov 6 14:16:47 CET 2008


Author: pluto                        Date: Thu Nov  6 13:16:47 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix unresolved python symbols.

---- Files affected:
SOURCES:
   boost-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/boost-link.patch
diff -u /dev/null SOURCES/boost-link.patch:1.1
--- /dev/null	Thu Nov  6 14:16:48 2008
+++ SOURCES/boost-link.patch	Thu Nov  6 14:16:41 2008
@@ -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
================================================================


More information about the pld-cvs-commit mailing list