]> git.pld-linux.org Git - packages/mongodb.git/commitdiff
BOOST_FILESYSTEM V2 is gone in boost 1.50
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 12:33:37 +0000 (14:33 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 11 Jul 2012 12:33:37 +0000 (14:33 +0200)
boost-1.50.patch [new file with mode: 0644]
mongodb.spec

diff --git a/boost-1.50.patch b/boost-1.50.patch
new file mode 100644 (file)
index 0000000..a364347
--- /dev/null
@@ -0,0 +1,11 @@
+--- mongodb-src-r2.0.6/pch.h~  2012-06-04 15:42:54.000000000 +0200
++++ mongodb-src-r2.0.6/pch.h   2012-07-11 14:32:55.482057987 +0200
+@@ -79,7 +79,7 @@
+ //#include <boost/any.hpp>
+ #include "boost/thread/once.hpp"
+ //#include <boost/archive/iterators/transform_width.hpp>
+-#define BOOST_FILESYSTEM_VERSION 2
++#define BOOST_FILESYSTEM_VERSION 3
+ #include <boost/filesystem/convenience.hpp>
+ #include <boost/filesystem/exception.hpp>
+ #include <boost/filesystem/operations.hpp>
index 5741b8b70341dd99e394c8a8aed3011eafd43b3a..a0c32f995e8643cde5718efb58eeb746c43835fd 100644 (file)
@@ -13,6 +13,7 @@ Source2:      %{name}.init
 Patch0:                config.patch
 Patch1:                %{name}-system-libs.patch
 Patch2:                %{name}-build.patch
+Patch3:                boost-1.50.patch
 URL:           http://www.mongodb.org/
 BuildRequires: boost-devel >= 1.42
 BuildRequires: libpcap-devel
@@ -132,6 +133,7 @@ konfiguracji oraz skrypty init.d.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 %{__sed} -i -e 's,-O3,%{rpmcxxflags} %{rpmcppflags},' SConstruct
 
 # Fix permissions
This page took 0.090215 seconds and 4 git commands to generate.