summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/pcre/Makefile4
-rw-r--r--package/pcre/patches/patch-ltmain_sh11
2 files changed, 2 insertions, 13 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile
index da4403f77..5638f8967 100644
--- a/package/pcre/Makefile
+++ b/package/pcre/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= pcre
-PKG_VERSION:= 8.02
+PKG_VERSION:= 8.31
PKG_RELEASE:= 1
-PKG_MD5SUM:= 214462e9718e3f9197cba114dc6b00b8
+PKG_MD5SUM:= fab1bb3b91a4c35398263a5c1e0858c1
PKG_DESCR:= a Perl Compatible Regular Expression library
PKG_SECTION:= libs
PKG_URL:= http://www.pcre.org/
diff --git a/package/pcre/patches/patch-ltmain_sh b/package/pcre/patches/patch-ltmain_sh
deleted file mode 100644
index b655e96af..000000000
--- a/package/pcre/patches/patch-ltmain_sh
+++ /dev/null
@@ -1,11 +0,0 @@
---- pcre-8.02.orig/ltmain.sh 2010-03-19 11:21:04.000000000 +0100
-+++ pcre-8.02/ltmain.sh 2011-01-14 21:12:27.000000000 +0100
-@@ -4765,7 +4765,7 @@ func_mode_link ()
- # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
- # @file GCC response files
- -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
-+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto)
- func_quote_for_eval "$arg"
- arg="$func_quote_for_eval_result"
- func_append compile_command " $arg"