pcre: enable readline, jit and update for SONAME bump in libpcre.
This commit is contained in:
parent
1e3acea561
commit
2293c90cb3
@ -1,4 +1,4 @@
|
|||||||
libpcre.so.0
|
libpcre.so.1
|
||||||
libstdc++.so.6
|
libstdc++.so.6
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
libpcre.so.0
|
libpcre.so.1
|
||||||
libz.so.1
|
libz.so.1
|
||||||
libbz2.so.1
|
libbz2.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libpcreposix.so.0
|
libpcreposix.so.0
|
||||||
|
libreadline.so.6
|
||||||
|
@ -5,8 +5,9 @@ revision=1
|
|||||||
subpackages="libpcre libpcrecpp pcre-devel"
|
subpackages="libpcre libpcrecpp pcre-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
||||||
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
|
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
|
||||||
makedepends="zlib-devel"
|
--enable-pcretest-libreadline --disable-pcregrep-jit --enable-jit"
|
||||||
|
makedepends="zlib-devel readline-devel"
|
||||||
short_desc="Perl Compatible Regular Expressions"
|
short_desc="Perl Compatible Regular Expressions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.pcre.org/"
|
homepage="http://www.pcre.org/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user