From: Nicolas Thill Date: Sat, 18 Jun 2005 15:31:29 +0000 (+0000) Subject: Add dependencies on libncurses and libreadline X-Git-Tag: reboot~32465 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b85330ad7efef6728667454fb1896d5510a79b3;p=oweals%2Fopenwrt.git Add dependencies on libncurses and libreadline SVN-Revision: 1272 --- diff --git a/openwrt/package/sqlite/ipkg/sqlite-cli.control b/openwrt/package/sqlite/ipkg/sqlite-cli.control index 27b4c9224c..fc0f695f6f 100644 --- a/openwrt/package/sqlite/ipkg/sqlite-cli.control +++ b/openwrt/package/sqlite/ipkg/sqlite-cli.control @@ -4,4 +4,4 @@ Section: libs Maintainer: Nico Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/sqlite/ Description: Command Line Interface (CLI) for SQLite -Depends: libsqlite +Depends: libsqlite, libncurses, libreadline