repo/xorg/xf86-video-nouveau/build

13 lines
190 B
Plaintext
Raw Normal View History

2019-09-10 22:05:48 -06:00
#!/bin/sh -e
patch -p1 < rootless_modesetting.patch
2020-03-07 13:51:20 -07:00
2020-03-14 02:12:33 -06:00
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
2019-09-10 22:05:48 -06:00
./configure \
--prefix=/usr
make
make DESTDIR="$1" install