diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-12-04 21:25:44 +0100 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-12-04 21:25:44 +0100 |
commit | e99d5643753a9e2658513098481ef3a12ccb21a3 (patch) | |
tree | 6582c941904cd9c2d6f1c4ac552270e476eba67a /packages/boost | |
parent | b700177bbb91519d6dc5e4a9a8dc1711b4ef7483 (diff) |
boost 1.34.1: Use proper python include and library location.
Diffstat (limited to 'packages/boost')
-rw-r--r-- | packages/boost/boost_1.34.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/boost/boost_1.34.1.bb b/packages/boost/boost_1.34.1.bb index 7fb691f360..8a3978c5b5 100644 --- a/packages/boost/boost_1.34.1.bb +++ b/packages/boost/boost_1.34.1.bb @@ -10,7 +10,7 @@ LICENSE = "Boost Software License" DEPENDS = "python boost-jam-native zlib bzip2" -PR = "r2" +PR = "r3" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ @@ -50,6 +50,7 @@ do_configure() { echo "import toolset : using ;" > tools/build/v2/user-config.jam echo "using gcc : : ${CC} : <cflags>${CFLAGS} <cxxflags>${CXXFLAGS} $platform_config<linkflags>${LDFLAGS} ;" >> tools/build/v2/user-config.jam + echo "using python : 2.5 : : ${STAGING_INCDIR}/python2.5 : ${STAGING_LIBDIR}/python2.5 : : ; " >> tools/build/v2/user-config.jam } do_compile() { |