Thanks, applied as 4f3e1311650f9b730ba757ea79628d8347877e0f.

Michael

[sent from post-receive hook]

On Thu, 11 Jun 2020 11:39:36 +0200, Philipp Zabel <[email protected]> 
wrote:
> Add the official pcre.org mirror as a fallback in case SourceFourge is
> temporarily unavailable.
> 
> Signed-off-by: Philipp Zabel <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/libpcre.make b/rules/libpcre.make
> index 90a922a79041..466b0a41cfd1 100644
> --- a/rules/libpcre.make
> +++ b/rules/libpcre.make
> @@ -19,7 +19,9 @@ LIBPCRE_VERSION     := 8.43
>  LIBPCRE_MD5  := 636222e79e392c3d95dcc545f24f98c4
>  LIBPCRE              := pcre-$(LIBPCRE_VERSION)
>  LIBPCRE_SUFFIX       := tar.bz2
> -LIBPCRE_URL  := $(call ptx/mirror, SF, pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX))
> +LIBPCRE_URL  := \
> +     $(call ptx/mirror, SF, pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX)) \
> +     https://ftp.pcre.org/pub/pcre/$(LIBPCRE).$(LIBPCRE_SUFFIX)
>  LIBPCRE_SOURCE       := $(SRCDIR)/$(LIBPCRE).$(LIBPCRE_SUFFIX)
>  LIBPCRE_DIR  := $(BUILDDIR)/$(LIBPCRE)
>  LIBPCRE_LICENSE      := BSD-3-Clause

_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to 
[email protected]

Reply via email to