From: <abe...@us...> - 2013-01-16 18:15:58
|
Revision: 5906 http://astlinux.svn.sourceforge.net/astlinux/?rev=5906&view=rev Author: abelbeck Date: 2013-01-16 18:15:49 +0000 (Wed, 16 Jan 2013) Log Message: ----------- default configs, Asterisk 1.8 and 11, enable 'neon' (libneon) and 'libical' so Asterisk builds with calendar support 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-01-15 22:09:33 UTC (rev 5905) +++ branches/1.0/astlinux-ast11.config 2013-01-16 18:15:49 UTC (rev 5906) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn5901-dirty Configuration -# Mon Jan 14 19:04:35 2013 +# Buildroot 2011.08-svn5905-dirty Configuration +# Wed Jan 16 12:12:44 2013 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -578,7 +578,12 @@ BR2_PACKAGE_LIBIDN=y # BR2_PACKAGE_LIBIDN_BINARY is not set # BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_NEON is not set +BR2_PACKAGE_NEON=y +BR2_PACKAGE_NEON_ZLIB=y +BR2_PACKAGE_NEON_SSL=y +# BR2_PACKAGE_NEON_NOXML is not set +# BR2_PACKAGE_NEON_EXPAT is not set +BR2_PACKAGE_NEON_LIBXML2=y # BR2_PACKAGE_LIBMNL is not set # BR2_PACKAGE_LIBNET is not set # BR2_PACKAGE_LIBNL is not set @@ -603,7 +608,7 @@ # BR2_PACKAGE_LIBFB is not set # BR2_PACKAGE_LIBFFI is not set # BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set +BR2_PACKAGE_LIBICAL=y # BR2_PACKAGE_LIBNSPR is not set # BR2_PACKAGE_LIBSIGC is not set # BR2_PACKAGE_ORC is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2013-01-15 22:09:33 UTC (rev 5905) +++ branches/1.0/astlinux18.config 2013-01-16 18:15:49 UTC (rev 5906) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn5901-dirty Configuration -# Mon Jan 14 19:04:33 2013 +# Buildroot 2011.08-svn5905 Configuration +# Wed Jan 16 12:11:41 2013 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -578,7 +578,12 @@ BR2_PACKAGE_LIBIDN=y # BR2_PACKAGE_LIBIDN_BINARY is not set # BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_NEON is not set +BR2_PACKAGE_NEON=y +BR2_PACKAGE_NEON_ZLIB=y +BR2_PACKAGE_NEON_SSL=y +# BR2_PACKAGE_NEON_NOXML is not set +# BR2_PACKAGE_NEON_EXPAT is not set +BR2_PACKAGE_NEON_LIBXML2=y # BR2_PACKAGE_LIBMNL is not set # BR2_PACKAGE_LIBNET is not set # BR2_PACKAGE_LIBNL is not set @@ -603,7 +608,7 @@ # BR2_PACKAGE_LIBFB is not set # BR2_PACKAGE_LIBFFI is not set # BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set +BR2_PACKAGE_LIBICAL=y # BR2_PACKAGE_LIBNSPR is not set # BR2_PACKAGE_LIBSIGC is not set # BR2_PACKAGE_ORC is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |