From a3fa1dca5613199c66c49053c30b822660fe4f1d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 18 Apr 2020 21:24:45 +0300 Subject: xf86-video-intel: fixes --- xorg/xf86-video-intel/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xorg') diff --git a/xorg/xf86-video-intel/build b/xorg/xf86-video-intel/build index d464b6e5..f1902fb9 100755 --- a/xorg/xf86-video-intel/build +++ b/xorg/xf86-video-intel/build @@ -1,11 +1,12 @@ #!/bin/sh -e export DESTDIR="$1" -export LDFLAGS="-Wl,-z,lazy" +export LDFLAGS="$LDFLAGS -Wl,-z,lazy" +export CFLAGS="$CFLAGS -fcommon" meson \ --prefix=/usr \ - --libexecdir=/usr/libexec \ + --libexecdir=/usr/lib \ -Ddefault-dri=3 \ -Dxvmc=false \ -Dvalgrind=false \ -- cgit v1.2.3