From: <abe...@us...> - 2013-03-07 23:50:42
|
Revision: 5983 http://astlinux.svn.sourceforge.net/astlinux/?rev=5983&view=rev Author: abelbeck Date: 2013-03-07 23:50:35 +0000 (Thu, 07 Mar 2013) Log Message: ----------- enable 'unixodbc' and 'sqliteodbc' packages for Asterisk 1.8 and 11 default builds Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2013-03-06 20:26:55 UTC (rev 5982) +++ branches/1.0/astlinux-ast11.config 2013-03-07 23:50:35 UTC (rev 5983) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn5981-dirty Configuration -# Wed Mar 6 14:22:03 2013 +# Buildroot 2011.08-svn5982-dirty Configuration +# Thu Mar 7 17:47:13 2013 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -522,8 +522,8 @@ # BR2_PACKAGE_MYSQL_CLIENT is not set BR2_PACKAGE_SQLITE=y BR2_PACKAGE_SQLITE_READLINE=y -# BR2_PACKAGE_SQLITEODBC is not set -# BR2_PACKAGE_UNIXODBC is not set +BR2_PACKAGE_SQLITEODBC=y +BR2_PACKAGE_UNIXODBC=y # # Filesystem Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2013-03-06 20:26:55 UTC (rev 5982) +++ branches/1.0/astlinux18.config 2013-03-07 23:50:35 UTC (rev 5983) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn5981-dirty Configuration -# Wed Mar 6 14:21:21 2013 +# Buildroot 2011.08-svn5982 Configuration +# Thu Mar 7 17:45:58 2013 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -522,8 +522,8 @@ # BR2_PACKAGE_MYSQL_CLIENT is not set BR2_PACKAGE_SQLITE=y BR2_PACKAGE_SQLITE_READLINE=y -# BR2_PACKAGE_SQLITEODBC is not set -# BR2_PACKAGE_UNIXODBC is not set +BR2_PACKAGE_SQLITEODBC=y +BR2_PACKAGE_UNIXODBC=y # # Filesystem This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |