From: <abe...@us...> - 2012-11-01 03:26:09
|
Revision: 5728 http://astlinux.svn.sourceforge.net/astlinux/?rev=5728&view=rev Author: abelbeck Date: 2012-11-01 03:26:03 +0000 (Thu, 01 Nov 2012) Log Message: ----------- add the PCRE libs for lighttpd use in the default configs Modified Paths: -------------- branches/1.0/astlinux.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux.config =================================================================== --- branches/1.0/astlinux.config 2012-11-01 00:34:01 UTC (rev 5727) +++ branches/1.0/astlinux.config 2012-11-01 03:26:03 UTC (rev 5728) @@ -609,7 +609,7 @@ # BR2_PACKAGE_NCURSES_TARGET_FORM is not set # BR2_PACKAGE_NCURSES_TARGET_MENU is not set BR2_PACKAGE_NEWT=y -# BR2_PACKAGE_PCRE is not set +BR2_PACKAGE_PCRE=y BR2_PACKAGE_POPT=y BR2_PACKAGE_READLINE=y BR2_PACKAGE_SLANG=y @@ -684,7 +684,7 @@ BR2_PACKAGE_LIGHTTPD_OPENSSL=y # BR2_PACKAGE_LIGHTTPD_ZLIB is not set # BR2_PACKAGE_LIGHTTPD_BZIP2 is not set -# BR2_PACKAGE_LIGHTTPD_PCRE is not set +BR2_PACKAGE_LIGHTTPD_PCRE=y # BR2_PACKAGE_LIGHTTPD_WEBDAV is not set BR2_PACKAGE_LINKS=y # BR2_PACKAGE_LINKS_GRAPHICS is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2012-11-01 00:34:01 UTC (rev 5727) +++ branches/1.0/astlinux18.config 2012-11-01 03:26:03 UTC (rev 5728) @@ -602,7 +602,7 @@ # BR2_PACKAGE_NCURSES_TARGET_FORM is not set # BR2_PACKAGE_NCURSES_TARGET_MENU is not set BR2_PACKAGE_NEWT=y -# BR2_PACKAGE_PCRE is not set +BR2_PACKAGE_PCRE=y BR2_PACKAGE_POPT=y BR2_PACKAGE_READLINE=y BR2_PACKAGE_SLANG=y @@ -677,7 +677,7 @@ BR2_PACKAGE_LIGHTTPD_OPENSSL=y # BR2_PACKAGE_LIGHTTPD_ZLIB is not set # BR2_PACKAGE_LIGHTTPD_BZIP2 is not set -# BR2_PACKAGE_LIGHTTPD_PCRE is not set +BR2_PACKAGE_LIGHTTPD_PCRE=y # BR2_PACKAGE_LIGHTTPD_WEBDAV is not set BR2_PACKAGE_LINKS=y # BR2_PACKAGE_LINKS_GRAPHICS is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |