XorCurses: needs -fcommon for gcc10

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

View file

@ -17,7 +17,7 @@ _cc() {
do_build() {
local f o objs
CFLAGS+=" -std=gnu99 -Wall -Wextra"
CFLAGS+=" -std=gnu99 -Wall -Wextra -fcommon"
CFLAGS+=" -DDATADIR=\"/usr/share/${pkgname}\""
CFLAGS+=" -DVERSION=\"${version}\""
for f in ./*.c; do