community/distcc to 3.2rc1-2

This commit is contained in:
Kevin Mihelich 2016-04-11 12:21:50 +00:00
parent 215582914f
commit 9732b6e4f8

View file

@ -10,10 +10,10 @@
pkgname=distcc pkgname=distcc
pkgver=3.2rc1 pkgver=3.2rc1
pkgrel=1.1 pkgrel=2
pkgdesc="A distributed C, C++, Obj C compiler" pkgdesc="A distributed C, C++, Obj C compiler"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://code.google.com/p/distcc/" url="https://github.com/distcc/distcc"
license=('GPL') license=('GPL')
depends=('gcc' 'popt') depends=('gcc' 'popt')
makedepends=('gtk2' 'pkgconfig' 'python2') makedepends=('gtk2' 'pkgconfig' 'python2')
@ -40,6 +40,7 @@ build() {
[ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ [ -f Makefile ] || PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--enable-rfc2553 \
--without-avahi --without-avahi
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2 make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python2