2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-04-03 03:27:20 -06:00
repo/xorg/xf86-video-intel/build
2020-02-17 22:38:09 +02:00

17 lines
242 B
Bash
Executable File

#!/bin/sh -e
export LDFLAGS="-Wl,-z,lazy"
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
autoreconf -i
./configure \
--prefix=/usr \
--libexecdir=/usr/lib \
--with-default-dri=3
make
make DESTDIR="$1" install