diff options
| author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2019-02-10 15:26:19 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2019-02-12 20:13:40 +0100 |
| commit | c5b7678b4a2cc6a2659ac1637bf74ea7ff14c147 (patch) | |
| tree | f5ac3c98e4d3e40cd7ef67b040c6c697ee15cd06 /DEVELOPERS | |
| parent | dbbba13e718957a6ac3cf95dd3242db4dbdb4ce8 (diff) | |
| download | buildroot-c5b7678b4a2cc6a2659ac1637bf74ea7ff14c147.tar.gz buildroot-c5b7678b4a2cc6a2659ac1637bf74ea7ff14c147.zip | |
package/mongodb: new package
Here is the list of the changes compared to the removed mongodb 3.3.4
version:
- Remove patch (not applicable anymore)
- Add patch (sent upstream) to fix openssl build with gcc 7 and
-fpermissive
- Remove 32 bits x86 platforms, removed since version 3.4:
https://docs.mongodb.com/manual/installation/#supported-platforms
- Change license: since October 2018, license is SSPL:
- https://www.mongodb.com/community/licensing
- https://jira.mongodb.org/browse/SERVER-38767
- gcc must be at least 5.3 so add a dependency on gcc >= 6
- Add a dependency on host-python-xxx modules:
https://github.com/mongodb/mongo/blob/r4.0.6/docs/building.md
- Use system versions of boost, pcre, snappy, sqlite, yaml-cpp and zlib
instead of embedded mongodb ones
- Add hash for license files
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Tested-by: Adam Duskett <aduskett@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'DEVELOPERS')
| -rw-r--r-- | DEVELOPERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DEVELOPERS b/DEVELOPERS index f2e69cc041..c17ba6db99 100644 --- a/DEVELOPERS +++ b/DEVELOPERS @@ -789,6 +789,7 @@ F: package/libxslt/ F: package/mbedtls/ F: package/minissdpd/ F: package/minizip/ +F: package/mongodb/ F: package/motion/ F: package/mutt/ F: package/ncmpc/ |

