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

xf86-video-amdgpu: GCC 10 fixes

This commit is contained in:
Dylan Araps 2020-03-14 10:09:36 +02:00
parent e2d4d531c2
commit acc9281bef
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,3 @@
eudev
expat
libdrm
libpciaccess