repo/extra/libdrm/build

13 lines
210 B
Plaintext
Raw Normal View History

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