X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fpcre;h=49656f1bab68b2a1c82c07afca419a8a21be8b63;hb=88a8c3ac5aa11378cf42e049b34265670d427d3f;hp=f5c771ca81ea21ab838fb71b03cbbd67c36e6666;hpb=3906cf7e852872556728191a234152acf213db05;p=ipfire-2.x.git diff --git a/lfs/pcre b/lfs/pcre index f5c771ca81..49656f1bab 100644 --- 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 # # # # 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,10 +24,10 @@ include Config -VER = 8.36 +VER = 8.40 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 = ff7b4bb14e355f04885cf18ff4125c98 +$(DL_FILE)_MD5 = 41a842bf7dcecd6634219336e2167d1d install : $(TARGET) @@ -75,7 +75,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-static \ --enable-utf8 \ --disable-jit \ - --enable-unicode-properties + --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)