From a95b9a28ac28fdc52efbd29b8c8e97edef459014 Mon Sep 17 00:00:00 2001 From: Filipe Manco Date: Fri, 4 Apr 2014 12:04:16 +0200 Subject: [PATCH] pcre: Fix pcre link --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7d70b4..fc33141 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ GCC_URL=http://ftp.sunet.se/pub/gnu/gcc/releases/gcc-$(GCC_VERSION) ## ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ PCRE=pcre PCRE_VERSION=8.32 -PCRE_URL=http://switch.dl.sourceforge.net/project/pcre/pcre/8.32/ +PCRE_URL=http://switch.dl.sourceforge.net/project/pcre/pcre/8.32 #ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ #pcre-8.32.tar.gz