libnih: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:31 +02:00
parent c4d73481c4
commit 0d22886859

View file

@ -15,6 +15,8 @@ homepage="https://github.com/keybuk/${pkgname}"
distfiles="${homepage}/archive/${_commit}.tar.gz"
checksum=bd1ce78c9e4808fd02e06edaf581eb2b70fa43d7baae051848dfdbaf5b4d1a1c
CFLAGS="-fcommon"
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" nih-devel"
configure_args+=" NIH_DBUS_TOOL=/usr/bin/nih-dbus-tool"