summaryrefslogtreecommitdiffstats
path: root/package/pcre
diff options
context:
space:
mode:
authorOleg Kitain <okitain@ya.ru>2017-03-06 03:02:02 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-06 21:19:48 +0100
commit6d7644df7043706e455b06817abbe24da5613210 (patch)
tree01d10984e824f31fc0d9be6d2b8ab8b051cbb960 /package/pcre
parentbafe9bc093d5d3140a298a2983a1cc52207d1e96 (diff)
downloadbuildroot-6d7644df7043706e455b06817abbe24da5613210.tar.gz
buildroot-6d7644df7043706e455b06817abbe24da5613210.zip
pcre: change download location
The location at ftp.csx.cam.ac.uk only stores 2 latest versions of PCRE. This results in old (2015.11 and older currently) buildroot versions timing out on wget several times and having to retrieve the package from sources.buildroot.org afterwards. Signed-off-by: Oleg Kitain <okitain@ya.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pcre')
-rw-r--r--package/pcre/pcre.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcre/pcre.mk b/package/pcre/pcre.mk
index 211e2359af..e302ed7d8d 100644
--- a/package/pcre/pcre.mk
+++ b/package/pcre/pcre.mk
@@ -5,7 +5,7 @@
################################################################################
PCRE_VERSION = 8.40
-PCRE_SITE = ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre
+PCRE_SITE = https://ftp.pcre.org/pub/pcre
PCRE_SOURCE = pcre-$(PCRE_VERSION).tar.bz2
PCRE_LICENSE = BSD-3c
PCRE_LICENSE_FILES = LICENCE
OpenPOWER on IntegriCloud