From 392af21ad2bbe49a8111dce9745f99e15ac63861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:40 +0200 Subject: [PATCH] plan9port: needs -fcommon for gcc10 [ci skip] --- srcpkgs/plan9port/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/plan9port/template b/srcpkgs/plan9port/template index 5416ac5af0..5b3e2789e9 100644 --- a/srcpkgs/plan9port/template +++ b/srcpkgs/plan9port/template @@ -19,6 +19,8 @@ if [[ $XBPS_TARGET_MACHINE == *-musl ]]; then makedepends+=" libucontext-devel" fi +CFLAGS="-fcommon" + post_extract() { # add missing LDFLAGS for some rules vsed -e '/prereq$/s/$/ $LDFLAGS/' \