From: Nicolas Thill Date: Tue, 5 Jul 2005 09:33:18 +0000 (+0000) Subject: Fix depend on libsqlite2 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=5dd9a0ccaa03e4112ba90ef4ca6ae30a55e6223e;p=15.05%2Fopenwrt.git Fix depend on libsqlite2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1344 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/php4/Config.in b/package/php4/Config.in index 7d16610535..d5e50a06de 100644 --- a/package/php4/Config.in +++ b/package/php4/Config.in @@ -89,7 +89,7 @@ config BR2_PACKAGE_PHP4_MOD_SQLITE tristate # default m if CONFIG_DEVEL depends BR2_PACKAGE_PHP4 - select BR2_PACKAGE_LIBSQLITE + select BR2_PACKAGE_LIBSQLITE2 config BR2_PACKAGE_PHP4_MOD_SOCKETS prompt "...-mod-sockets - Sockets module"