Skip to content
Commit 7e4d4759 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

qt: fix webkit/sqlite build without largefile support



The embedded sqlite module forces FILE_OFFSET_BITS=64 unless
SQLITE_DISABLE_LFS is defined, breaking the build for !largefile toolchains.
Webkit internally builds sqlite, so that's affected as well.

Fix it by passing -DSQLITE_DISABLE_LFS in C/CXXFLAGS for !largefile
builds, similar to how we do it for the standalone sqlite package.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 36f8b40d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment