diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index 8da4deffd..c815293ae 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -4,14 +4,14 @@ TERMUX_PKG_LICENSE="wxWindows" TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" _MAJOR_VERSION=12 _MINOR_VERSION=8 -_MICRO_VERSION=15 +_MICRO_VERSION=20 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv, python" TERMUX_PKG_BUILD_DEPENDS="openssl" TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_EXTRA_MAKE_ARGS=" -ANDROID_NDK_ROOT=$HOME/lib/android-ndk +ANDROID_NDK_ROOT=$NDK " TERMUX_PKG_HOSTBUILD=true _PYTHON_VERSION=3.8 diff --git a/root-packages/lxc/build.sh b/root-packages/lxc/build.sh index 143337e00..75edf40e8 100644 --- a/root-packages/lxc/build.sh +++ b/root-packages/lxc/build.sh @@ -11,7 +11,7 @@ TERMUX_PKG_REPLACES="lxc-dev" # Do not build for ARM due to # error: /home/builder/.termux-build/_cache/android-r20-api-24-v1/bin/../lib/gcc/arm-linux-androideabi/4.9.x/armv7-a/thumb/libgcc_real.a(pr-support.o): multiple definition of '__gnu_unwind_frame' -#TERMUX_PKG_BLACKLISTED_ARCHES="arm" +TERMUX_PKG_BLACKLISTED_ARCHES="arm" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-distro=termux