From 8fb920e1b30f4a0c0b5ed64a44a85db94b60cf3a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Dec 2012 02:27:34 -0800 Subject: Tue Dec 4 02:21:34 PST 2012 --- core/pcre/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'core') diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD index 08a9117a6..86269ade2 100644 --- a/core/pcre/PKGBUILD +++ b/core/pcre/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 163492 2012-07-13 12:30:53Z allan $ +# $Id: PKGBUILD 172477 2012-12-03 21:23:28Z allan $ # Maintainer: Allan McRae # Contributor: Eric Belanger # Contributor: John Proctor pkgname=pcre -pkgver=8.31 +pkgver=8.32 pkgrel=1 pkgdesc="A library that implements Perl 5-style regular expressions" arch=('i686' 'x86_64') @@ -13,15 +13,14 @@ license=('BSD') depends=('gcc-libs') options=('!libtool') source=(ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('1c9a276af932b5599157f96e945391f0' - '873bcd2cd9f1e0aa1e28e256b3e31506') +md5sums=('62f02a76bb57a40bc66681760ed511d5' + '275ffe85e62565118756f8f3d08bb70f') build() { cd "${srcdir}"/${pkgname}-${pkgver} - - [ "${CARCH}" = "x86_64" ] && export CFLAGS="${CFLAGS} -fPIC" - ./configure --prefix=/usr --enable-pcre16 --enable-jit \ - --enable-utf8 --enable-unicode-properties + ./configure --prefix=/usr \ + --enable-pcre16 --enable-pcre32 --enable-jit \ + --enable-utf --enable-unicode-properties make } -- cgit v1.2.3-54-g00ecf