gxkb: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:26 +02:00
parent d9882b660e
commit 05d130303e

View file

@ -12,6 +12,8 @@ homepage="https://github.com/zen-tools/gxkb"
distfiles="https://github.com/zen-tools/gxkb/archive/v${version}.tar.gz"
checksum=aa8a69bbdce94e3cd17c7c12f5773c8e4bb7f2a5b706aacdce545e82063ff35e
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}