aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}