Projects/Kexi/Build: Difference between revisions

From KDE TechBase
No edit summary
mNo edit summary
Line 1: Line 1:
[[User:Jstaniek|Jstaniek]]
[[User:Jstaniek|Jstaniek]] 23:27, 8 February 2010 (UTC)


==Packaging==
==Packaging==

Revision as of 23:27, 8 February 2010

Jstaniek 23:27, 8 February 2010 (UTC)

Packaging

SQLite packaging

See [1] and [2] for background.

Goal for Kexi 2.2: compile with at least SQLITE_SECURE_DELETE support enabled, SQLITE_ENABLE_FTS3 recommended.

Status of SQLite support by distribution:

  • Mandriva [3]
    • SQLITE_SECURE_DELETE enabled on 2009-02-08
    • flags: -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -Wall -DNDEBUG=1 -DSQLITE_SECURE_DELETE=1
  • Debian: ....
    • SQLITE_SECURE_DELETE enabled
  • Ubuntu: ....
  • Fedora: ....
  • KDE on Mac: ...
  • KDE on Windows: ...
  • ...
  • All distributions:
    • SQLITE_SECURE_DELETE cannot be disabled, e.g. at runtime
      • contacted the SQLite.org team for solution