Commit 9623c7fa authored by José López Jiménez's avatar José López Jiménez

Patched a dead link in buildroot sources

parent da6218b5
Using buildroot 2016.2 we suffer from a dead link when retrieving
pcre-8.38. It looks like the old location only stores the two latest
versions of pcre. Also, the script does not fall back to downloading
directly from sources.buildroot.net.
Jose Lopez (jose.lopez@sevensols.com)
--- a/package/pcre/pcre.mk.old 2020-03-30 13:27:36.628280969 +0200
+++ b/package/pcre/pcre.mk 2020-03-30 13:28:25.080043999 +0200
@@ -5,7 +5,7 @@
################################################################################
PCRE_VERSION = 8.38
-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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment