distcc: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:20 +02:00
parent 894e932f7d
commit 0dee7ae1ae
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ conflicts="chroot-distcc>=0"
subpackages="distcc-gtk"
CFLAGS="-fcommon"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-pump-mode"
else