qv4l2: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 19:24:31 +02:00
parent 3049647621
commit 781b89cfcf

View file

@ -20,7 +20,7 @@ if [ "$CROSS_BUILD" ]; then
LDFLAGS="-lpthread"
fi
CFLAGS="-Wno-error=unused-function"
CFLAGS="-Wno-error=unused-function -fcommon"
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"