mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/distcc to 3.4-7
This commit is contained in:
parent
d38da8e6e8
commit
4323c3fa2b
1 changed files with 3 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
|
||||
pkgname=distcc
|
||||
pkgver=3.4
|
||||
pkgrel=6
|
||||
_gccver=12.2.0 # Current GCC version, used for symlinks. See FS#69044
|
||||
pkgrel=7
|
||||
_gccver=13.1.1 # Current GCC version, used for symlinks. See FS#69044
|
||||
pkgdesc='Distributed compilation service for C, C++ and Objective-C'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/distcc/distcc'
|
||||
|
@ -57,6 +57,7 @@ build() {
|
|||
--sysconfdir=/etc \
|
||||
--without-avahi \
|
||||
--with-gtk
|
||||
|
||||
make WERROR_CFLAGS= INCLUDESERVER_PYTHON=/usr/bin/python
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue