diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 14:15:59 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 14:44:37 +0000 |
commit | a86740d743de969471c628c71c75d6d6678ca12c (patch) | |
tree | 3413d775d1ecfdebafae7d19b6ca6232aa1dc838 /testing/mongodb/boost160.patch | |
parent | 24bfdd2da0799ef4557fdc3588a701fcc0f6c8ee (diff) | |
download | aports-a86740d743de969471c628c71c75d6d6678ca12c.tar.bz2 aports-a86740d743de969471c628c71c75d6d6678ca12c.tar.xz |
community/mongodb: moved from testing
Diffstat (limited to 'testing/mongodb/boost160.patch')
-rw-r--r-- | testing/mongodb/boost160.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/mongodb/boost160.patch b/testing/mongodb/boost160.patch deleted file mode 100644 index 3567c65f82..0000000000 --- a/testing/mongodb/boost160.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -uprb mongodb-src-r3.2.0.orig/SConstruct mongodb-src-r3.2.0/SConstruct ---- mongodb-src-r3.2.0.orig/SConstruct 2015-12-02 21:01:34.000000000 +0200 -+++ mongodb-src-r3.2.0/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", - ] - ) - |