]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pcre
core140: ship glibc built with new gcc
[ipfire-2.x.git] / lfs / pcre
index 49656f1bab68b2a1c82c07afca419a8a21be8b63..85dc1bc8db1b251071293c8a13b87f64463fd368 100644 (file)
--- a/lfs/pcre
+++ b/lfs/pcre
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 8.40
+VER        = 8.43
 
 THISAPP    = pcre-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 41a842bf7dcecd6634219336e2167d1d
+$(DL_FILE)_MD5 = 636222e79e392c3d95dcc545f24f98c4
 
 install : $(TARGET)
 
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --prefix=/usr \
                --disable-static \
                --enable-utf8 \
-               --disable-jit \
+               --enable-jit \
                --enable-pcre16 \
                --enable-pcre32 \
                --enable-pcregrep-libz \