1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
10 groups = System/Databases
11 url = http://www.sqlite.org/
12 license = PublicDomain
13 summary = A small an versative Database, that uses simple text files.
16 SQLite is a in-process library that implements a self-contained, \
17 serverless, zero-configuration, transactional SQL database engine. \
18 The code for SQLite is in the public domain and is thus free for \
19 use for any purpose, commercial or private. SQLite is currently \
20 found in more applications than we can count, including several \
21 high-profile projects.
37 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
38 -DSQLITE_DISABLE_DIRSYNC=1 \
39 -DSQLITE_ENABLE_FTS3=3 \
40 -DSQLITE_ENABLE_RTREE=1 \
41 -DSQLITE_SECURE_DELETE=1 \
42 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 \
45 configure_options += \
47 --enable-threads-override-locks \
48 --enable-load-extension \
69 package %{name}-debuginfo