diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-07-07 14:30:46 +0200 |
---|---|---|
committer | Ultrabug <ultrabug@gentoo.org> | 2017-07-31 14:14:07 +0200 |
commit | aaab0acd3865595034b5c112471308c5dfcf4b5a (patch) | |
tree | 3625a8b1d87ab7caad0ad883b6e9d32028a7009b /dev-db/mongodb/files | |
parent | app-admin/mongo-tools: bump to 3.4.6 (diff) | |
download | gentoo-aaab0acd3865595034b5c112471308c5dfcf4b5a.tar.gz gentoo-aaab0acd3865595034b5c112471308c5dfcf4b5a.tar.bz2 gentoo-aaab0acd3865595034b5c112471308c5dfcf4b5a.zip |
dev-db/mongodb: bump to 3.4.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5062
Diffstat (limited to 'dev-db/mongodb/files')
-rw-r--r-- | dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch b/dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch new file mode 100644 index 000000000000..2abde5ef08e0 --- /dev/null +++ b/dev-db/mongodb/files/mongodb-3.4.6-no-boost-check.patch @@ -0,0 +1,11 @@ +--- SConstruct.orig 2017-06-27 19:02:43.000000000 +0000 ++++ SConstruct 2017-07-07 11:33:13.252639289 +0000 +@@ -2798,8 +2798,6 @@ + if use_system_version_of_library("boost"): + if not conf.CheckCXXHeader( "boost/filesystem/operations.hpp" ): + myenv.ConfError("can't find boost headers") +- if not conf.CheckBoostMinVersion(): +- myenv.ConfError("system's version of boost is too old. version 1.49 or better required") + + # Note that on Windows with using-system-boost builds, the following + # FindSysLibDep calls do nothing useful (but nothing problematic either) |