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

xf86-video-intel: Fix LDFLAGS

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

View File

@ -1,9 +1,7 @@
#!/bin/sh -e
export DESTDIR="$1"
export LDFLAGS="-Wl,-z,lazy"
# Fix build fail with GCC 10.
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
export CFLAGS="$CFLAGS -fcommon"
meson \