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:
parent
90f0ef5e69
commit
c90d85fca1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user