mcabber: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-19 11:59:46 +02:00
parent 6ff95cc62a
commit d9fd30a2db
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ homepage="http://mcabber.com"
distfiles="${homepage}/files/mcabber-${version}.tar.bz2"
checksum=04fc2c22c36da75cf4b761b5deccd074a19836368f38ab9d03c1e5708b41f0bd
CFLAGS="-fcommon"
post_install() {
vsconf mcabberrc.example
}
@ -25,4 +27,4 @@ mcabber-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}
}