repo/xorg/xf86-video-amdgpu/build

13 lines
185 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
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