2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-20 13:16:19 +00:00
repo/extra/libdrm/build
2020-03-13 12:56:24 +02:00

13 lines
210 B
Bash
Executable File

#!/bin/sh -e
# Workaround for GCC 10 until upstream
# fixes the '-fno-common' issues.
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr \
--disable-valgrind
make
make DESTDIR="$1" install