2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/intel-vaapi-driver/build
2020-02-17 22:14:36 +02:00

11 lines
142 B
Bash
Executable File

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