hidrd: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:26 +02:00
parent 38f91959ef
commit 8da715b510

View file

@ -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'