diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-18 03:52:05 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-18 03:52:05 +0000 |
commit | 423ae5a5a1cd103d57b8cb52279533b3011f42d8 (patch) | |
tree | 0816754beb383cc3d3b45b501150f48ea42b1377 /community/bind | |
parent | 313040c7029fd0c36db63d7effbb974fd348389c (diff) |
Sun May 18 03:42:25 UTC 2014
Diffstat (limited to 'community/bind')
-rw-r--r-- | community/bind/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/community/bind/PKGBUILD b/community/bind/PKGBUILD index e7fbb4951..51c7de91f 100644 --- a/community/bind/PKGBUILD +++ b/community/bind/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 111270 2014-05-15 22:26:04Z seblu $ +# $Id: PKGBUILD 111392 2014-05-17 21:38:15Z seblu $ # Maintainer: Sébastien Luttringer # Contributor: Gaetan Bisson <bisson@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> @@ -7,7 +7,7 @@ pkgname=bind _pkgver=9.10.0-P1 pkgver=${_pkgver//-/.} -pkgrel=2 +pkgrel=4 pkgdesc='The ISC BIND nameserver' url='http://www.isc.org/software/bind/' license=('custom:ISC') @@ -47,6 +47,8 @@ prepare() { build() { cd bind-$_pkgver + # for gcc 4.8 rebuild + export CFLAGS="-march=${CARCH/_/-} -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ |