mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 02:43:23 +00:00
frida: update to 16.1.1
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
if host_os_family == 'darwin'
|
||||
extra_link_args += ['-Wl,-exported_symbol,_' + python_plugin_export_name]
|
||||
elif host_os_family != 'windows'
|
||||
--- ./Makefile.linux.mk.orig 2020-07-22 19:15:43.163995037 +0000
|
||||
+++ ./Makefile.linux.mk 2020-07-22 19:19:19.060924976 +0000
|
||||
@@ -310,8 +310,8 @@
|
||||
$$(call meson-setup-for-env,$1,$$*) \
|
||||
--- ./Makefile.linux.mk.orig 2023-07-08 18:12:09.428217335 +0000
|
||||
+++ ./Makefile.linux.mk 2023-07-08 18:14:09.617238973 +0000
|
||||
@@ -320,8 +320,8 @@
|
||||
--prefix $$(FRIDA)/build/$1-$$* \
|
||||
--libdir $$(FRIDA)/build/$1-$$*/lib \
|
||||
$$(FRIDA_FLAGS_COMMON) \
|
||||
- -Dpython=$$(PYTHON) \
|
||||
- -Dpython_incdir=$$(PYTHON_INCDIR) \
|
||||
+ -Dpython=/usr/bin/python@PYTHON_VERSION@ \
|
||||
+ -Dpython_incdir=@TERMUX_PREFIX@/include/python@PYTHON_VERSION@ \
|
||||
frida-python $$$$builddir || exit 1; \
|
||||
fi; \
|
||||
$$(MESON) install -C $$$$builddir || exit 1; \
|
||||
$$(MESON) install -C $$$$builddir || exit 1
|
||||
|
||||
Reference in New Issue
Block a user