uget: build with -fcommon

%ci:no-build
This commit is contained in:
Leonid Pliushch 2021-10-25 21:55:35 +03:00 committed by Yaksh Bariya
parent 86b47ee746
commit 6cff1c04fa
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ TERMUX_PKG_SUGGESTS="aria2"
TERMUX_PKG_RM_AFTER_INSTALL="lib/locale"
termux_step_pre_configure() {
CFLAGS+=" -fcommon"
export LIBS="-landroid-shmem"
}