Updated pcre to version 7.7 and add it to core16

This commit is contained in:
Arne Fitzenreiter
2008-07-07 20:39:51 +02:00
parent 7e7f3b5d54
commit 4abbd39e9b
3 changed files with 64 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 6.7
VER = 7.7
THISAPP = pcre-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = dbbec9d178ce199e67e98c9a4f994f90
$(DL_FILE)_MD5 = 4b2e9cde1f7227448dddba59843efa0b
install : $(TARGET)