mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/distcc to 3.2rc1-2
This commit is contained in:
parent
215582914f
commit
9732b6e4f8
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue