tiledb: Fix build with gcc-15

This commit is contained in:
مهدي شينون (Mehdi Chinoune) 2025-06-01 06:38:17 +01:00
parent 790a92dacf
commit b74995c44a

View File

@ -4,7 +4,7 @@ _realname=tiledb
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=2.27.0
pkgrel=2
pkgrel=3
pkgdesc="Storage management library for sparse and dense array data (mingw-w64)"
arch=(any)
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@ -70,6 +70,7 @@ build() {
-G "Ninja" \
-DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \
-DCMAKE_DLL_NAME_WITH_SOVERSION=ON \
-DCMAKE_C_STANDARD=17 \
"${_extra_config[@]}" \
-DTILEDB_STATIC=OFF \
-DTILEDB_WERROR=OFF \