ibus-rime: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 18:30:28 +02:00
parent bbc69895fd
commit 91775f2557

View file

@ -13,6 +13,8 @@ homepage="https://rime.im/"
distfiles="https://github.com/rime/ibus-rime/archive/${version}.tar.gz"
checksum=4f20b64cf01ced25eacba185cd1cc6855b373e0728cba4d406356b13a5ec3828
CFLAGS="-fcommon"
do_install() {
make ${makejobs} PREFIX=${DESTDIR}/usr install
}