v4l-utils: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:57 +02:00
parent 2621bb06be
commit 3609c77024

View file

@ -22,6 +22,8 @@ case "$XBPS_TARGET_MACHINE" in
;;
esac
CFLAGS+=" -fcommon"
pre_configure() {
autoreconf -if
}