summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-04 10:40:59 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-04 10:40:59 -0300
commit1d3002e46bb10b50ac35a99b6d2e672cb2c4b2f9 (patch)
tree216bc7e920c66a705a160ab98ca99ebd3f692e8e /core
parente5ec91bd8051afc41414938217ee09c65aa6c7a2 (diff)
parent8bec6ab49870cd93d3fc53aca96b261cbec8065f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/hostapd/PKGBUILD community/polipo/PKGBUILD extra/libotf/PKGBUILD extra/libssh/PKGBUILD extra/m17n-lib/PKGBUILD
Diffstat (limited to 'core')
-rw-r--r--core/pcre/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/core/pcre/PKGBUILD b/core/pcre/PKGBUILD
index 2797677b9..bf1bb10d2 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 <allan@archlinux.org>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=pcre
-pkgver=8.31
+pkgver=8.32
pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions"
arch=('i686' 'x86_64' 'mips64el')
@@ -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
}