From a397924ca0a1bd26068cbbc683e34e594f666cda 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] trn: needs -fcommon for gcc10 [ci skip] --- srcpkgs/trn/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/trn/template b/srcpkgs/trn/template index f3f0f7181e9..73a546e46ae 100644 --- a/srcpkgs/trn/template +++ b/srcpkgs/trn/template @@ -15,6 +15,8 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}4/${wrksrc}.tar.gz" checksum=9ab0430244903ad86ed74fcc2fdc39dc043d23968888e071313050a967b8a6ff nocross="sh: ./try: cannot execute binary file: Exec format error" +CFLAGS="-fcommon" + post_extract() { sed -i 's/pipe2/pipetwo/g' filter.c sed -i '1i#include ' nntpclient.h