forked from kiss-community/repo
intel-vaapi-driver, mandoc: no longer require -fcommon
This commit is contained in:
parent
3ca6426196
commit
93c7824fb4
@ -1,8 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# Fix build fail with GCC 10.
|
||||
export CFLAGS="$CFLAGS -fcommon"
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
. output
|
||||
|
@ -15,7 +15,6 @@ PREFIX=/usr
|
||||
MANDIR=/usr/share/man
|
||||
LIBDIR=/usr/lib
|
||||
SBINDIR=/usr/bin
|
||||
CFLAGS="$CFLAGS -fcommon"
|
||||
LN="ln -sf"
|
||||
EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user