]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
win32*.sh: disable libcephsqlite when targeting Windows 40428/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 26 Mar 2021 08:15:37 +0000 (08:15 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 26 Mar 2021 08:18:10 +0000 (08:18 +0000)
The Windows build is failing as sqlite can't be retrieved:
http://paste.openstack.org/raw/803940/

We don't support libcephsqlite on Windows for the time being,
so we'll just pass WITH_LIBCEPHSQLITE=OFF.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
win32_build.sh

index 34e87f54348e85ff5e999f3b1606835bb034c523..0f6db56371c0b85cb3c87b0ebd9e604b0ab3132d 100755 (executable)
@@ -150,6 +150,7 @@ fi
 # or circular), we'll have to stick to static linking.
 cmake -D CMAKE_PREFIX_PATH=$depsDirs \
       -D CMAKE_TOOLCHAIN_FILE="$MINGW_CMAKE_FILE" \
+      -D WITH_LIBCEPHSQLITE=OFF \
       -D WITH_RDMA=OFF -D WITH_OPENLDAP=OFF \
       -D WITH_GSSAPI=OFF -D WITH_XFS=OFF \
       -D WITH_FUSE=OFF -D WITH_DOKAN=ON \