From 25ea4b5de2ff44d76c2b3f01b13a410f457d4c75 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 9 Oct 2016 18:45:02 +0000 Subject: [PATCH] testing/mongodb: rebuild against libressl --- testing/mongodb/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD index c5504ac3db1..ece7c557729 100644 --- a/testing/mongodb/APKBUILD +++ b/testing/mongodb/APKBUILD @@ -2,14 +2,15 @@ # Contributor: Marc Vertes pkgname=mongodb pkgver=3.2.7 -pkgrel=0 +pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database' url='http://www.mongodb.org' arch='x86_64' license='AGPL3' pkgusers="mongodb" depends= -depends_dev="scons openssl-dev pcre-dev snappy-dev boost-dev asio-dev libpcap-dev wiredtiger-dev" +depends_dev="scons libressl-dev pcre-dev snappy-dev boost-dev asio-dev libpcap-dev wiredtiger-dev + zlib-dev" makedepends="$depends_dev" install="$pkgname.pre-install" source="http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz