From 78f69e155a072f49e8d60f4f06131fee904e2734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:32 +0200 Subject: [PATCH] libva-intel-driver: needs -fcommon for gcc10 [ci skip] --- srcpkgs/libva-intel-driver/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/libva-intel-driver/template b/srcpkgs/libva-intel-driver/template index f39a875772..10003fc03f 100644 --- a/srcpkgs/libva-intel-driver/template +++ b/srcpkgs/libva-intel-driver/template @@ -16,6 +16,8 @@ distfiles="https://github.com/intel/intel-vaapi-driver/archive/${version}.tar.gz checksum=58567dac882167021f031489062cbbab76bc646214be0ee44d5f724d960b3d76 archs="i686* x86_64*" +CFLAGS="-fcommon" + pre_configure() { # Only relevant if intel-gpu-tools is installed, # since then the shaders will be recompiled