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

13 lines
182 B
Plaintext
Raw Normal View History

2019-09-11 04:08:58 +00:00
#!/bin/sh -e
2020-02-09 11:42:27 +00:00
patch -p1 < rootless-ati.patch
2020-03-14 08:08:31 +00:00
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
2020-02-14 17:01:35 +00:00
2019-09-11 04:08:58 +00:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install