aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongodb
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-11 11:07:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-11 11:29:20 +0000
commitdda658187cedf47016b260093b7dba3d17e4af53 (patch)
tree8c4842af23a4c8508f49bcedaf08ec77628b149b /testing/mongodb
parentb0c90ec75e729afa06e0f1f167f478db39a29d87 (diff)
testing/mongodb: build fix. needs openssl
Diffstat (limited to 'testing/mongodb')
-rw-r--r--testing/mongodb/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD
index 5424e98af7b..cc9da68bb42 100644
--- a/testing/mongodb/APKBUILD
+++ b/testing/mongodb/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="AGPLv3 and zlib and ASL 2.0"
depends=""
depends_dev="boost-dev python-dev pcre-dev readline-dev libpcap-dev
- snappy-dev v8-dev"
+ snappy-dev v8-dev openssl-dev"
makedepends="scons $depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-libs $pkgname-server"