[arch-commits] Commit in bind/trunk (PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat May 17 21:13:06 UTC 2014


    Date: Saturday, May 17, 2014 @ 23:13:06
  Author: seblu
Revision: 111389

upgpkg: bind 9.10.0.P1-3

- rebuild with gcc 4.8.2

Modified:
  bind/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-17 20:48:57 UTC (rev 111388)
+++ PKGBUILD	2014-05-17 21:13:06 UTC (rev 111389)
@@ -7,13 +7,13 @@
 pkgname=bind
 _pkgver=9.10.0-P1
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
 pkgdesc='The ISC BIND nameserver'
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
 options=('!makeflags')
-depends=('openssl' 'krb5' 'libxml2')
+depends=('openssl' 'krb5' 'libxml2' 'gcc<4.9.0')
 provides=('dns-server')
 backup=('etc/logrotate.d/named'
         'etc/named.conf')
@@ -47,6 +47,8 @@
 
 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 \




More information about the arch-commits mailing list