From 9732b6e4f88b79973fec488e276ecaf1535ed62b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 11 Apr 2016 12:21:50 +0000 Subject: [PATCH] community/distcc to 3.2rc1-2 --- community/distcc/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/distcc/PKGBUILD b/community/distcc/PKGBUILD index db7048fc6..fae492566 100644 --- a/community/distcc/PKGBUILD +++ b/community/distcc/PKGBUILD @@ -10,10 +10,10 @@ pkgname=distcc pkgver=3.2rc1 -pkgrel=1.1 +pkgrel=2 pkgdesc="A distributed C, C++, Obj C compiler" arch=('i686' 'x86_64') -url="http://code.google.com/p/distcc/" +url="https://github.com/distcc/distcc" license=('GPL') depends=('gcc' 'popt') makedepends=('gtk2' 'pkgconfig' 'python2') @@ -40,6 +40,7 @@ build() { [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ + --enable-rfc2553 \ --without-avahi make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2