projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f21c25
)
[package] update libpcre to 7.9 (#4947, #4903)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 17 Apr 2009 13:21:22 +0000
(13:21 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 17 Apr 2009 13:21:22 +0000
(13:21 +0000)
SVN-Revision: 15238
libs/pcre/Makefile
patch
|
blob
|
history
diff --git
a/libs/pcre/Makefile
b/libs/pcre/Makefile
index ac039cca92922f912619ef777e215787b65d7b43..8bf548018226919c430d5b2f57766e2489211f22 100644
(file)
--- a/
libs/pcre/Makefile
+++ b/
libs/pcre/Makefile
@@
-9,14
+9,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcre
-PKG_VERSION:=7.
6
-PKG_RELEASE:=
2
+PKG_VERSION:=7.
9
+PKG_RELEASE:=
1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/pcre
-PKG_MD5SUM:=2af38e083fb90ef60fa9eda7cc290e86
-
-PKG_FIXUP = libtool
+PKG_MD5SUM:=b6a9669d1863423f01ea46cdf00f93dc
include $(INCLUDE_DIR)/package.mk