X-Git-Url: http://gitweb/?a=blobdiff_plain;f=libpcre%2FPkgfile;h=98a8cad4416d069c1c304b31215ad65abe7916d1;hb=25d21bea3e1cf6bfb60f93cf7a2de13e555f8a20;hp=04668c163bb74030372475b7c972963a487690be;hpb=0184588b277d927cacc86033e6381f85b9087b7c;p=crossrootfs.git diff --git a/libpcre/Pkgfile b/libpcre/Pkgfile index 04668c1..98a8cad 100644 --- a/libpcre/Pkgfile +++ b/libpcre/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=libpcre -version=8.12 +version=8.32 release=1 source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2) @@ -17,9 +17,16 @@ build() { --prefix=/usr \ --mandir=/usr/man \ --enable-utf8 \ - --enable-unicode-properties + --enable-unicode-properties \ + --enable-jit + make make DESTDIR=$PKG install + install -d $PKG/lib + mv $PKG/usr/lib/libpcre.so.* $PKG/lib + ln -sf ../../lib/$(readlink $PKG/usr/lib/libpcre.so) $PKG/usr/lib/libpcre.so + rm -r $PKG/usr/share + rm $PKG/usr/man/man3/{pcre{16,32}*,pcre_utf{16,32}*} }