repo/extra/libdrm/build

13 lines
210 B
Plaintext
Raw Normal View History

2019-06-27 00:03:00 -06:00
#!/bin/sh -e
2020-03-13 04:56:24 -06:00
# Workaround for GCC 10 until upstream
# fixes the '-fno-common' issues.
export CFLAGS="$CFLAGS -fcommon"
2019-06-27 00:03:00 -06:00
./configure \
--prefix=/usr \
--disable-valgrind
make
make DESTDIR="$1" install