mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
intel-vaapi-driver: Fix build with GCC 10
This commit is contained in:
parent
ef16465613
commit
bae78bdc56
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user