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 | d8a04251cd84be3012ff959091f54c5fea08045e (patch) | |
| tree | fef92a9c247044626ee94cd66dc2c7fb0c7ef2fc | |
| parent | dceb616fdfb88d61b649d89ea8e953fd9e88b9c0 (diff) | |
| download | upstream-d8a04251cd84be3012ff959091f54c5fea08045e.tar.gz upstream-d8a04251cd84be3012ff959091f54c5fea08045e.tar.bz2 upstream-d8a04251cd84be3012ff959091f54c5fea08045e.zip | |
Fix depend on libsqlite2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1344 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/php4/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php4/Config.in b/openwrt/package/php4/Config.in index 7d16610535d..d5e50a06de8 100644 --- a/openwrt/package/php4/Config.in +++ b/openwrt/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" |
