galculator: build with -fcommon

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

View File

@ -9,5 +9,6 @@ TERMUX_PKG_SHA256=01cfafe6606e7ec45facb708ef85efd6c1e8bb41001a999d28212a825ef778
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gtk3, libandroid-shmem, libcairo, pango"
termux_step_pre_configure() {
CFLAGS+=" -fcommon"
export LIBS="-landroid-shmem"
}