Fix depend on libsqlite2
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jul 2005 09:33:18 +0000 (09:33 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Jul 2005 09:33:18 +0000 (09:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1344 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/php4/Config.in

index 7d16610..d5e50a0 100644 (file)
@@ -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"
This page took 0.026669 seconds and 4 git commands to generate.