chroot-distcc: fix build with gcc-9.1.0 bootstrap
[ci skip]
This commit is contained in:
parent
dfccac0323
commit
69293e95d5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wrksrc=distcc
|
|||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-included-popt --without-avahi --without-gnome
|
||||
--without-gtk --disable-Werror --disable-pump-mode"
|
||||
--without-gtk --disable-Werror --disable-pump-mode --without-libiberty"
|
||||
make_install_target=install-programs
|
||||
makedepends="binutils-devel"
|
||||
short_desc="Distributed compilation for faster C/C++ builds -- for xbps-src use"
|
||||
|
|
Loading…
Reference in a new issue