From 1cda30134e1064a10d4e2d3e842dd0a1f41efaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:11 +0200 Subject: [PATCH] bftpd: needs -fcommon for gcc10 [ci skip] --- srcpkgs/bftpd/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/bftpd/template b/srcpkgs/bftpd/template index fa81603ad89..f2cd62ff411 100644 --- a/srcpkgs/bftpd/template +++ b/srcpkgs/bftpd/template @@ -13,6 +13,8 @@ homepage="http://bftpd.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/bftpd/bftpd-${version}.tar.gz" checksum=1a7aa6026c7f86f0fa2aebafcf3973b84d71324cdef9e33bd492fbf29ca54393 +CFLAGS="-fcommon" + pre_build() { sed -i "s|LDFLAGS=$|LDFLAGS=${LDFLAGS}|" Makefile }