bz292501, update to 7.3
This commit is contained in:
parent
e015c76975
commit
52a614d7b1
@ -3,3 +3,4 @@ pcre-5.0.tar.bz2
|
||||
pcre-6.3.tar.bz2
|
||||
pcre-6.6.tar.bz2
|
||||
pcre-6.7.tar.bz2
|
||||
pcre-7.3.tar.bz2
|
||||
|
@ -1,29 +0,0 @@
|
||||
--- pcre-6.6/pcre-config.in.orig 2006-05-09 11:34:37.000000000 +0200
|
||||
+++ pcre-6.6/pcre-config.in 2006-05-09 11:36:09.000000000 +0200
|
||||
@@ -12,13 +12,6 @@
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-libR=
|
||||
-case `uname -s` in
|
||||
- *SunOS*)
|
||||
- libR=" -R@libdir@"
|
||||
- ;;
|
||||
-esac
|
||||
-
|
||||
while test $# -gt 0; do
|
||||
case "$1" in
|
||||
-*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
|
||||
@@ -52,10 +45,10 @@
|
||||
echo $includes
|
||||
;;
|
||||
--libs-posix)
|
||||
- echo -L@libdir@$libR -lpcreposix -lpcre
|
||||
+ echo -lpcreposix -lpcre
|
||||
;;
|
||||
--libs)
|
||||
- echo -L@libdir@$libR -lpcre
|
||||
+ echo -lpcre
|
||||
;;
|
||||
*)
|
||||
echo "${usage}" 1>&2
|
@ -1,20 +0,0 @@
|
||||
--- pcre-6.6/config.h.in.orig 2006-11-27 20:13:06.000000000 +0100
|
||||
+++ pcre-6.6/config.h.in 2006-11-27 20:14:31.000000000 +0100
|
||||
@@ -108,7 +108,7 @@
|
||||
override this default default. */
|
||||
|
||||
#ifndef MATCH_LIMIT
|
||||
-#define MATCH_LIMIT 10000000
|
||||
+#define MATCH_LIMIT 100000
|
||||
#endif
|
||||
|
||||
/* The above limit applies to all calls of match(), whether or not they
|
||||
@@ -121,7 +121,7 @@
|
||||
"configure" can be used to override this default default. */
|
||||
|
||||
#ifndef MATCH_LIMIT_RECURSION
|
||||
-#define MATCH_LIMIT_RECURSION MATCH_LIMIT
|
||||
+#define MATCH_LIMIT_RECURSION 10000
|
||||
#endif
|
||||
|
||||
/* End */
|
@ -4,7 +4,6 @@ Release: 1
|
||||
Summary: Perl-compatible regular expression library
|
||||
URL: http://www.pcre.org/
|
||||
Source: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
|
||||
Patch1: pcre-6.6-multilib.patch
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
Loading…
Reference in New Issue
Block a user