aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xxorg/xf86-video-intel/build5
1 files changed, 3 insertions, 2 deletions
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 \