vice: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 19:55:17 +02:00
parent bccdf2f281
commit 9a0418aa0a

View file

@ -41,6 +41,8 @@ build_options_default="gtk3 ffmpeg"
desc_option_ffmpeg="Support video recording via FFmpeg"
CFLAGS="-fcommon"
case "$XBPS_TARGET_MACHINE" in
*-musl) configure_args+=" --disable-nls";;
esac