From 2abaecfa48da4d544520a9837c0f6780c917923b Mon Sep 17 00:00:00 2001 From: Russ Date: Mon, 29 Jul 2019 15:31:14 +1000 Subject: testing/mongo-cxx-driver: fix depends_dev ref https://gitlab.alpinelinux.org/alpine/abuild/issues/9975 --- testing/mongo-cxx-driver/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testing/mongo-cxx-driver/APKBUILD b/testing/mongo-cxx-driver/APKBUILD index e840cb2e2d7..b8d33a91097 100644 --- a/testing/mongo-cxx-driver/APKBUILD +++ b/testing/mongo-cxx-driver/APKBUILD @@ -3,14 +3,13 @@ pkgname="mongo-cxx-driver" pkgver="3.4.0" _commit="131fa1a67acd45c0eebcbdcfee42b212af8d2e80" # master compiles with GCC8.3/CXX17 -pkgrel=0 +pkgrel=1 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" subpackages="$pkgname-dev:_dev libbsoncxx libbsoncxx-dev" -depends_dev="libbson-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" builddir="$srcdir/mongo-cxx-driver-$_commit" @@ -58,6 +57,11 @@ libbsoncxx() { } _dev() { + # This should be removed once abuild knows how to search for pkg-config + # files that are in another subpackage that is also being created alongside + # this one. + depends_dev="libbsoncxx-dev" + default_dev # libbsoncxx pkg-config files -- cgit v1.2.3