From 728e29c37ad12deffe4eb3587616ba0735145c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:14 +0200 Subject: [PATCH] bluez-alsa: needs -fcommon for gcc10 [ci skip] --- srcpkgs/bluez-alsa/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/bluez-alsa/template b/srcpkgs/bluez-alsa/template index 17d4cc79526..e2fbdaca0e0 100644 --- a/srcpkgs/bluez-alsa/template +++ b/srcpkgs/bluez-alsa/template @@ -16,6 +16,8 @@ checksum=6459f70e47e70b4c04a85acf148381e6c8a2e86bd638aff21870afc6c14b85b0 system_accounts="_bluez_alsa" _bluez_alsa_groups="audio" +CFLAGS="-fcommon" + pre_configure() { autoreconf -fi }