]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/pcre
captive: Add headline to T&C box
[ipfire-2.x.git] / lfs / pcre
index 5aa40bd20d08d41253f4cd21326061dff376542f..0b68c59d00e4496b469bb082cadcad304e4b65d0 100644 (file)
--- a/lfs/pcre
+++ b/lfs/pcre
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2017  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        #
 
 include Config
 
-VER        = 8.31
+VER        = 8.41
 
 THISAPP    = pcre-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fab1bb3b91a4c35398263a5c1e0858c1
+$(DL_FILE)_MD5 = c160d22723b1670447341b08c58981c1
 
 install : $(TARGET)
 
@@ -74,8 +74,14 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --prefix=/usr \
                --disable-static \
                --enable-utf8 \
-               --enable-jit \
-               --enable-unicode-properties
+               --disable-jit \
+               --enable-pcre16 \
+               --enable-pcre32 \
+               --enable-pcregrep-libz \
+               --enable-pcregrep-libbz2 \
+               --enable-pcretest-libreadline \
+               --enable-unicode-properties \
+               --docdir=/usr/share/doc/pcre-$(THISAPP)
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)