diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-11 22:59:51 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-11 23:05:22 +0100 |
commit | 140929089dcaa82c1c322314bb82af786e12afab (patch) | |
tree | d455042ab24c2b9025dd981b17f43e81dda996a7 /recipes/boost/boost_1.36.0.bb | |
parent | 0276ace5fdb67a51ec17172c4535248b16d43420 (diff) |
boost-1.36.0: fix compiling with gcc-4.4
* bump PR
Diffstat (limited to 'recipes/boost/boost_1.36.0.bb')
-rw-r--r-- | recipes/boost/boost_1.36.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/boost/boost_1.36.0.bb b/recipes/boost/boost_1.36.0.bb index 898d1b1603..f4fad8ced4 100644 --- a/recipes/boost/boost_1.36.0.bb +++ b/recipes/boost/boost_1.36.0.bb @@ -1,12 +1,15 @@ include boost-36.inc -PR = "r7" +PR = "r8" SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ file://arm-intrinsics.patch;patch=1 \ file://01-no-serialization-test.patch;patch=1 \ file://02-atomic-count-pthreads-on-arm.patch;patch=1 \ file://03-exception-clone-destructor-fix.patch;patch=1 \ + file://gcc-44.diff;patch=1 \ + file://uclibc.patch;patch=1 \ + file://sscanf.patch;patch=1 \ " BJAM_OPTS = '${BJAM_TOOLS} \ |