From 7d032c185d600b3382d4885002c58ce9dc2066e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:51 +0200 Subject: [PATCH] trinity: needs -fcommon for gcc10 [ci skip] --- srcpkgs/trinity/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/trinity/template b/srcpkgs/trinity/template index 9739055753..a7a561e89c 100644 --- a/srcpkgs/trinity/template +++ b/srcpkgs/trinity/template @@ -11,6 +11,8 @@ distfiles="https://github.com/kernelslacker/trinity/archive/v${version}.tar.gz" checksum=9abd6cea3f6bd3b36794e038317d5ed6001dc52ad3b1cd7071f6cc7c5baecd3c nocross="Mis-use of memfd_create declaration" +CFLAGS="-fcommon" + if [ "$CROSS_BUILD" ]; then export CROSS_COMPILE=${XBPS_TARGET_TRIPLET} fi