diff options
author | Florian Festi <ffesti@redhat.com> | 2009-12-03 13:50:37 +0100 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2009-12-07 15:59:13 +0100 |
commit | e2c217b4b76118e6dab9f8dfb3284bb4ddbe2b3e (patch) | |
tree | 0ed878feb0a385b61b2b7582da90dc12735da4d4 /INSTALL | |
parent | 139c031d2c54fe9e692765dae05da89d7ecfa8cc (diff) | |
download | rpm-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-- | INSTALL | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |