fix(tvheadend): build with ndk-r23

errors out with duplicate symbols

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-04-19 20:00:34 +05:30
parent 90f0ef5e69
commit c90d85fca1
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
termux_step_pre_configure() {
termux_setup_cmake
CFLAGS=" -I$TERMUX_PKG_BUILDDIR/src $CFLAGS $CPPFLAGS"
CFLAGS=" -I$TERMUX_PKG_BUILDDIR/src $CFLAGS $CPPFLAGS -fcommon"
# Arm does not support mmx and sse2 instructions, still checks return true
if [ "${TERMUX_ARCH}" = "arm" ] || [ "${TERMUX_ARCH}" = "aarch64" ]; then