From: <abe...@us...> - 2012-02-24 13:54:26
|
Revision: 5468 http://astlinux.svn.sourceforge.net/astlinux/?rev=5468&view=rev Author: abelbeck Date: 2012-02-24 13:54:15 +0000 (Fri, 24 Feb 2012) Log Message: ----------- pcre, update version and site for custom builds Modified Paths: -------------- branches/1.0/package/pcre/pcre.mk Modified: branches/1.0/package/pcre/pcre.mk =================================================================== --- branches/1.0/package/pcre/pcre.mk 2012-02-23 23:03:16 UTC (rev 5467) +++ branches/1.0/package/pcre/pcre.mk 2012-02-24 13:54:15 UTC (rev 5468) @@ -4,8 +4,8 @@ # ############################################################# -PCRE_VERSION = 7.9 -PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre +PCRE_VERSION = 8.21 +PCRE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/pcre/pcre/$(PCRE_VERSION) PCRE_INSTALL_STAGING = YES ifneq ($(BR2_INSTALL_LIBSTDCPP),y) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |