From ac3e39736a2cf4a077aa016c8417ed2474bfe1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:38 +0200 Subject: [PATCH] pam_ssh: needs -fcommon for gcc10 [ci skip] --- srcpkgs/pam_ssh/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/pam_ssh/template b/srcpkgs/pam_ssh/template index 7a8cc44942..f8a17f44cc 100644 --- a/srcpkgs/pam_ssh/template +++ b/srcpkgs/pam_ssh/template @@ -15,6 +15,8 @@ homepage="http://pam-ssh.sourceforge.net/" distfiles="${SOURCEFORGE_SITE}/pam-ssh/${pkgname}-${version}.tar.xz" checksum=0c456f6a5c9e47ce6825ac50d467e7a797e14239b2b9a72bfeb2df0100f4af31 +CFLAGS="-fcommon" + if [ "${XBPS_TARGET_LIBC}" = "musl" ]; then makedepends+=" musl-legacy-compat" fi