2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/xorg/xf86-video-amdgpu/build
2020-02-11 20:41:15 +02:00

12 lines
143 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < rootless-amdgpu.patch
export LDFLAGS="-Wl,-z,lazy"
./configure \
--prefix=/usr
make
make DESTDIR="$1" install