repo/xorg/xf86-video-nouveau/build

13 lines
190 B
Plaintext
Raw Normal View History

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