2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

xf86-video-nouveau: GCC 10 fixes

This commit is contained in:
Dylan Araps 2020-03-14 10:12:33 +02:00
parent 0024e42d71
commit 3456b42827
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,7 +2,8 @@
patch -p1 < rootless-nouveau.patch
export LDFLAGS="-Wl,-z,lazy"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
./configure \
--prefix=/usr