From cd1297df94c90eaa879be14cf52413386e489a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:30 +0200 Subject: [PATCH] kona: needs -fcommon for gcc10 [ci skip] --- srcpkgs/kona/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/kona/template b/srcpkgs/kona/template index e307793f9af..51c99eb203d 100644 --- a/srcpkgs/kona/template +++ b/srcpkgs/kona/template @@ -11,6 +11,8 @@ homepage="https://github.com/kevinlawler/kona" distfiles="https://github.com/kevinlawler/kona/archive/Win.${_distver}.tar.gz" checksum=846b586c89bb18048028a0d623c6322148e366b132ea73b288ea34ef1833d0ed +CFLAGS="-fcommon" + post_extract() { sed -i '/netdb.h/a#include ' src/incs.h }