2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-11-15 19:20:10 -07:00
repo/xorg/xf86-video-amdgpu/build

13 lines
190 B
Plaintext
Raw Normal View History

2019-09-10 22:02:27 -06:00
#!/bin/sh -e
patch -p1 < rootless_modesetting.patch
2020-02-11 11:41:15 -07:00
2020-03-14 02:09:36 -06:00
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
2019-09-10 22:02:27 -06:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install