2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 08:45:47 -06:00
repo/xorg/xf86-video-amdgpu/build

12 lines
143 B
Plaintext
Raw Normal View History

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