From 220fd7cb550bf015acaeb3f54090839c8ae8eab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 19 Aug 2020 10:42:45 +0200 Subject: [PATCH] ckb-next: needs -fcommon for gcc10 [ci skip] --- srcpkgs/ckb-next/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/ckb-next/template b/srcpkgs/ckb-next/template index c6925c6691..e0906af62c 100644 --- a/srcpkgs/ckb-next/template +++ b/srcpkgs/ckb-next/template @@ -15,6 +15,8 @@ checksum=75b6908d5590c293dee8258a83d4ebe206306d3df9f867596e953ef7c6a86440 build_options="pulseaudio" desc_option_pulseaudio="Enable support for music visualizer animation" +CFLAGS="-fcommon" + post_install() { vsv ckb-next-daemon }