diff --git a/xorg/xf86-video-intel/build b/xorg/xf86-video-intel/build index f2fb20b9..f1902fb9 100755 --- a/xorg/xf86-video-intel/build +++ b/xorg/xf86-video-intel/build @@ -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 \