summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Festi <ffesti@redhat.com>2009-12-03 13:50:37 +0100
committerFlorian Festi <ffesti@redhat.com>2009-12-07 15:59:13 +0100
commite2c217b4b76118e6dab9f8dfb3284bb4ddbe2b3e (patch)
tree0ed878feb0a385b61b2b7582da90dc12735da4d4 /INSTALL
parent139c031d2c54fe9e692765dae05da89d7ecfa8cc (diff)
downloadrpm-e2c217b4b76118e6dab9f8dfb3284bb4ddbe2b3e.tar.gz
Remove support for sqlite based rpm database
Also remove abstraction layer between rpmdb.h and the back end in lib/backend/
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 0 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index cc72c222f..4df0d117f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -63,12 +63,6 @@ Minimal instructions for building BDB are
make
make install
-If you want to use the alternative SQLite backend for RPM database instead
-of the default Berkeley DB, it can be enabled with --enable-sqlite3 option
-to configure. Note that the SQLite backend is not as tested as BDB.
-SQLite >= 3.x is required and is available from
- http://www.sqlite.org/
-
For embedded Lua scripting support (recommended and enabled by default),
you'll need Lua >= 5.1 library + development environment installed.
Note that only the library is needed at runtime, RPM never calls external