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