diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-07-05 09:33:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-07-05 09:33:18 +0000 |
commit | 5dd9a0ccaa03e4112ba90ef4ca6ae30a55e6223e (patch) | |
tree | 8eae7b2a87ac277e9f7daee9e40816836db4dc16 /package | |
parent | 512d53b72f01daf2c59ea20fefdd0a2b129014dc (diff) | |
download | upstream-5dd9a0ccaa03e4112ba90ef4ca6ae30a55e6223e.tar.gz upstream-5dd9a0ccaa03e4112ba90ef4ca6ae30a55e6223e.tar.bz2 upstream-5dd9a0ccaa03e4112ba90ef4ca6ae30a55e6223e.zip |
Fix depend on libsqlite2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1344 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/php4/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |