x11vnc: build with -fcommon

%ci:no-build
This commit is contained in:
Leonid Pliushch 2021-10-25 17:42:47 +03:00 committed by Yaksh Bariya
parent 02c7fde71b
commit 9ddf91f717
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_DEPENDS="libandroid-shmem, libjpeg-turbo, libvncserver, libxdamage, l
termux_step_pre_configure() {
autoreconf -vi
CFLAGS+=" -fcommon"
export LIBS="-landroid-shmem"
}