mongodb: fix build (boost-1.61/Arch patch)
This commit is contained in:
parent
0cf2a7e827
commit
341fee2a2e
1 changed files with 11 additions and 0 deletions
11
srcpkgs/mongodb/patches/boost160.patch
Normal file
11
srcpkgs/mongodb/patches/boost160.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
diff -uprb mongodb-src-r3.2.0.orig/SConstruct mongodb-src-r3.2.0/SConstruct
|
||||
--- SConstruct 2015-12-02 21:01:34.000000000 +0200
|
||||
+++ SConstruct 2015-12-22 11:18:23.613216445 +0200
|
||||
@@ -2245,6 +2245,7 @@ def doConfigure(myenv):
|
||||
# permit more than four parameters.
|
||||
"BOOST_THREAD_DONT_PROVIDE_VARIADIC_THREAD",
|
||||
"BOOST_SYSTEM_NO_DEPRECATED",
|
||||
+ "BOOST_OPTIONAL_USE_SINGLETON_DEFINITION_OF_NONE",
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in a new issue