intel-vaapi-driver: Fix build with GCC 10

This commit is contained in:
Dylan Araps 2020-02-17 22:14:36 +02:00
parent ef16465613
commit bae78bdc56
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,8 +1,10 @@
#!/bin/sh -e
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install