chocolate-doom: build with -fcommon

%ci:no-build
This commit is contained in:
Leonid Pliushch 2021-10-25 19:46:54 +03:00 committed by Yaksh Bariya
parent 3836894469
commit 5bde4d3490
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,6 @@ TERMUX_PKG_SHA256=a54383beef6a52babc5b00d58fcf53a454f012ced7b1936ba359b13f1f10ac
TERMUX_PKG_DEPENDS="sdl2, sdl2-mixer, sdl2-net, mpg123"
termux_step_pre_configure(){
autoreconf -fi
autoreconf -fi
CFLAGS+=" -fcommon"
}