mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e03c047856
Drop a patch thanks to upstream changes. Don't supply build options that are now enabled by default. New default build options: SQLITE_ENABLE_BYTECODE_VTAB SQLITE_ENABLE_DBPAGE_VTAB SQLITE_ENABLE_FTS4 SQLITE_ENABLE_MATH_FUNCTIONS Add build option SQLITE_MAX_ALLOCATION_SIZE, set to 0x00fffeff (16M - 1 - 256), inspired by default 0x7ffffeff. https://sqlite.org/compile.html