From afdfa90cd2b0566c1b04457ade47df8ef0a5f1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Aug 2020 11:58:25 +0200 Subject: [PATCH] luakit: needs -fcommon for gcc10 [ci skip] --- srcpkgs/luakit/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/luakit/template b/srcpkgs/luakit/template index 28f9858e3be..33587f26196 100644 --- a/srcpkgs/luakit/template +++ b/srcpkgs/luakit/template @@ -19,6 +19,8 @@ case "${XBPS_TARGET_MACHINE}" in aarch64) broken="LuaJIT-devel marked as unsupported";; esac +CFLAGS="-fcommon" + do_build() { make DEVELOPMENT_PATHS=0 LUA_BIN_NAME=luajit USE_LUAJIT=1 PREFIX=/usr VERSION=${version} all }