termux-packages/root-packages/frida-server/frida-version.patch
Henrik Grimler 40f30697f4
frida-server: start working on package, works but ugly
Builds for all arches instead of only one at the moment.
frida-server is confirmed to work on aarch64.
2022-04-18 14:30:52 +05:30

17 lines
494 B
Diff

frida-version.h is normally generated from git
--- /dev/null 2018-03-05 09:14:44.324251389 +0000
+++ ./build/frida-version.h 2018-03-05 10:37:42.372271356 +0000
@@ -0,0 +1,12 @@
+/* @TERMUX_PKG_VERSION@.0 */
+#ifndef __FRIDA_VERSION_H__
+#define __FRIDA_VERSION_H__
+
+#define FRIDA_VERSION "@TERMUX_PKG_VERSION@"
+
+#define FRIDA_MAJOR_VERSION @_MAJOR_VERSION@
+#define FRIDA_MINOR_VERSION @_MINOR_VERSION@
+#define FRIDA_MICRO_VERSION @_MICRO_VERSION@
+#define FRIDA_NANO_VERSION 0
+
+#endif