aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-09 18:45:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:50 +0000
commit25ea4b5de2ff44d76c2b3f01b13a410f457d4c75 (patch)
treeac95d2abaafd1fc6d753d1ca576fca07b7c6ebdc /testing/mongodb
parent508506f65257395f44bc2cb20e6bbad06cc09c78 (diff)
testing/mongodb: rebuild against libressl
Diffstat (limited to 'testing/mongodb')
-rw-r--r--testing/mongodb/APKBUILD5
1 files 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 <marc.vertes@ugrid.net>
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