Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
2abaecfa
Commit
2abaecfa
authored
5 years ago
by
Russ
Committed by
Leo
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/mongo-cxx-driver: fix depends_dev
ref
abuild#9975
parent
01694a41
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/mongo-cxx-driver/APKBUILD
+6
-2
6 additions, 2 deletions
testing/mongo-cxx-driver/APKBUILD
with
6 additions
and
2 deletions
testing/mongo-cxx-driver/APKBUILD
+
6
−
2
View file @
2abaecfa
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment