diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-22 13:13:14 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-22 13:16:25 +0100 |
commit | ffa12d419324a6d9908181abc76f906640e5fb28 (patch) | |
tree | f6ec344cbf1deae53d8870b692102aa7fe0ec34f | |
parent | 8205a5f34fd0b0b775acccce589f87942ae67254 (diff) | |
download | aports-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.
-rw-r--r-- | testing/mongo-cxx-driver/APKBUILD | 1 |
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 } |