menu-cache: build with -fcommon

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

View File

@ -7,3 +7,7 @@ TERMUX_PKG_REVISION=25
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/lxde/menu-cache-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=ed02eb459dcb398f69b9fa5bf4dd813020405afc84331115469cdf7be9273ec7
TERMUX_PKG_DEPENDS="glib, libfm-extra"
termux_step_pre_configure() {
CFLAGS+=" -fcommon"
}