0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-07-06 17:03:33 +00:00
Files
libsql/Dockerfile.musl
Lucio Franco e83b13b1d2 libsql: fix musl builds failing due to fcntl64
This fixes a build issue with musl based systems that do not have
fcntl64 in their libc. This is done by setting `FILE_OFFSET_BITS=32`
only for musl targets. This forces the compiler to not convert `fcntl`
to `fcntl64`.
2024-09-09 13:40:44 -04:00

492 B