libpcre: hope no one used the broken R1
This commit is contained in:
parent
804da7d9cf
commit
d9a2ada9e2
@ -1,17 +1,16 @@
|
|||||||
# Description: Perl Compatible Regular Expressions
|
# Description: Perl Compatible Regular Expressions
|
||||||
# URL: http://www.pcre.org
|
# URL: http://www.pcre.org
|
||||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||||
# Packager:
|
# Packager: Han Boetes, han at mijncomputer dot nl
|
||||||
|
|
||||||
name=libpcre
|
name=libpcre
|
||||||
version=6.6
|
version=6.6
|
||||||
release=1
|
release=2
|
||||||
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2)
|
source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar\
|
||||||
|
.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd pcre-$version
|
cd pcre-$version
|
||||||
export CFLAGS="$CFLAGS -L$PKG/usr/lib"
|
|
||||||
export LDFLAGS="$LDFLAGS -L$PKG/usr/lib"
|
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
--enable-utf8 \
|
--enable-utf8 \
|
||||||
--enable-unicode-properties
|
--enable-unicode-properties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user