2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/xorg/xf86-video-amdgpu/build

12 lines
143 B
Plaintext
Raw Normal View History

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