intel-vaapi-driver, mandoc: no longer require -fcommon

This commit is contained in:
Owen Rafferty 2022-05-06 22:22:24 -05:00
parent 3ca6426196
commit 93c7824fb4
No known key found for this signature in database
GPG Key ID: A68B10E2554DEBCB
2 changed files with 0 additions and 4 deletions

View File

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

View File

@ -15,7 +15,6 @@ PREFIX=/usr
MANDIR=/usr/share/man
LIBDIR=/usr/lib
SBINDIR=/usr/bin
CFLAGS="$CFLAGS -fcommon"
LN="ln -sf"
EOF