community/distcc to 3.4-7

This commit is contained in:
Kevin Mihelich 2023-05-06 16:42:35 +00:00
parent d38da8e6e8
commit 4323c3fa2b

View file

@ -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
}