From 8da715b5104fcbebf9b4bf7a44511bb2c9a69b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:26 +0200 Subject: [PATCH] hidrd: needs -fcommon for gcc10 [ci skip] --- srcpkgs/hidrd/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/hidrd/template b/srcpkgs/hidrd/template index 3470511708c..8bb1ef18a52 100644 --- a/srcpkgs/hidrd/template +++ b/srcpkgs/hidrd/template @@ -11,6 +11,8 @@ homepage="https://github.com/DIGImend/hidrd" distfiles="https://github.com/DIGImend/hidrd/archive/${version}.tar.gz" checksum=0147993dedb3066873d22fab1dc3aafec78d8c5783d168cccc43126f0fc3b307 +CFLAGS="-fcommon" + case $XBPS_TARGET_MACHINE in *-musl) configure_args+=' LIBS=-lobstack'