XorCurses: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
b793a03d8a
commit
9c1cbb2f83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue