aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mongo-cxx-driver
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 13:13:33 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 13:16:50 +0100
commit5b7834f77d1ef86b70270c8b67ec1e9a435d3fa2 (patch)
tree37cb5e85e808a700dd98a07ec5ab483743ea2e19 /testing/mongo-cxx-driver
parentffa12d419324a6d9908181abc76f906640e5fb28 (diff)
downloadaports-5b7834f77d1ef86b70270c8b67ec1e9a435d3fa2.tar.bz2
aports-5b7834f77d1ef86b70270c8b67ec1e9a435d3fa2.tar.xz
testing/mongo-cxx-driver: add dependency on zstd-dev
Fails with: No rule to make target '/usr/lib/libzstd.so', needed by 'src/mongocxx/libmongocxx.so.0.0.0'. otherwise.
Diffstat (limited to 'testing/mongo-cxx-driver')
-rw-r--r--testing/mongo-cxx-driver/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mongo-cxx-driver/APKBUILD b/testing/mongo-cxx-driver/APKBUILD
index ca511ab258..bb933c2bdb 100644
--- a/testing/mongo-cxx-driver/APKBUILD
+++ b/testing/mongo-cxx-driver/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="C++ driver for MongoDB"
url="http://mongocxx.org/"
arch="all"
license="Apache-2.0"
-makedepends="cmake mongo-c-driver-dev libbson-dev openssl-dev python3 snappy-dev"
+makedepends="cmake mongo-c-driver-dev libbson-dev openssl-dev python3 snappy-dev zstd-dev"
subpackages="$pkgname-dev:_dev libbsoncxx libbsoncxx-dev"
source="mongo-cxx-driver-$pkgver.tar.gz::https://github.com/mongodb/mongo-cxx-driver/archive/$_commit.tar.gz
01-dont-build-mongo-tests.patch"