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:14 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-02-22 13:16:25 +0100
commitffa12d419324a6d9908181abc76f906640e5fb28 (patch)
treef6ec344cbf1deae53d8870b692102aa7fe0ec34f /testing/mongo-cxx-driver
parent8205a5f34fd0b0b775acccce589f87942ae67254 (diff)
downloadaports-ffa12d419324a6d9908181abc76f906640e5fb28.tar.bz2
aports-ffa12d419324a6d9908181abc76f906640e5fb28.tar.xz
testing/mongo-cxx-driver: fix build in `abuild rootbld`
This also causes a change of the soname, however, no packages seem to depend on this package.
Diffstat (limited to 'testing/mongo-cxx-driver')
-rw-r--r--testing/mongo-cxx-driver/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/mongo-cxx-driver/APKBUILD b/testing/mongo-cxx-driver/APKBUILD
index 922a2dd170..ca511ab258 100644
--- a/testing/mongo-cxx-driver/APKBUILD
+++ b/testing/mongo-cxx-driver/APKBUILD
@@ -33,6 +33,7 @@ build() {
-DCMAKE_C_FLAGS="$CFLAGS" \
-DCMAKE_CXX_STANDARD=17 \
-DBSONCXX_POLY_USE_STD=ON \
+ -DBUILD_VERSION="$pkgver" \
${CMAKE_CROSSOPTS} ..
make
}