From 87db893c67c460f1cd8b425d1ecaf4470577d442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:35 +0200 Subject: [PATCH] mosquitto: needs -fcommon for gcc10 [ci skip] --- srcpkgs/mosquitto/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index 4a8743e231e..2f4ac6ccda2 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -20,6 +20,8 @@ system_accounts="_mosquitto" _mosquitto_homedir="/var/lib/mosquitto" make_dirs="/var/lib/mosquitto 0755 ${system_accounts} ${system_accounts}" +CFLAGS="-fcommon" + post_extract() { case "$XBPS_TARGET_MACHINE" in *-musl)