forked from kiss-community/repo
xf86-video-intel: Fix LDFLAGS
This commit is contained in:
parent
acc9281bef
commit
0024e42d71
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user