alarm-clock: needs -fcommon for gcc10

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

View file

@ -12,6 +12,8 @@ license="GPL-3.0-or-later"
distfiles="https://github.com/shaggytwodope/alarm-clock/archive/v${version}.tar.gz"
checksum=3724a42801befaee631d249edd8b15318bb72ae5f9db918c25de513f4c3f4538
CFLAGS="-fcommon"
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}