From 69293e95d5e0484852589a19d2fab1d174045b59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 14 May 2019 11:05:10 +0200 Subject: [PATCH] chroot-distcc: fix build with gcc-9.1.0 bootstrap [ci skip] --- srcpkgs/chroot-distcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/chroot-distcc/template b/srcpkgs/chroot-distcc/template index ab64e5c44f..662946af82 100644 --- a/srcpkgs/chroot-distcc/template +++ b/srcpkgs/chroot-distcc/template @@ -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"