diff options
| author | Russ <russ@rw.id.au> | 2019-07-29 15:28:44 +1000 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-29 03:35:20 -0300 |
| commit | 01694a410638e63683aafe0601e4e8903de9f050 (patch) | |
| tree | beaf1605464ecff178233eca613f1c7716aad368 /testing | |
| parent | 3dfbd18dc7442ec76aa78f74e2c3a4234d9bdbb6 (diff) | |
| download | aports-01694a410638e63683aafe0601e4e8903de9f050.tar.bz2 aports-01694a410638e63683aafe0601e4e8903de9f050.tar.xz | |
testing/mongo-c-driver: fix depends_dev
ref https://gitlab.alpinelinux.org/alpine/abuild/issues/9975
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/mongo-c-driver/APKBUILD | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/testing/mongo-c-driver/APKBUILD b/testing/mongo-c-driver/APKBUILD index d721fcf653..f1f75c6633 100644 --- a/testing/mongo-c-driver/APKBUILD +++ b/testing/mongo-c-driver/APKBUILD @@ -1,12 +1,13 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=mongo-c-driver pkgver=1.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="Client library written in C for MongoDB" url="https://github.com/mongodb/mongo-c-driver" arch="all" license="Apache-2.0" makedepends="openssl-dev snappy-dev zlib-dev libtool py3-sphinx cmake" +depends_dev="libbson-dev" subpackages=" $pkgname-static:_static libbson-static:_libbson_static @@ -95,6 +96,11 @@ _libbson_static() { } _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="libbson-dev" + default_dev # libbson pkg-config files |
