commit 1976849684e6c71683f68cf36d77aaeed0e44171 parent 60dfa2dd3b490a78e8f6a58a2421f3475c128caf Author: Jan Pobrislo <ccx@te2000.cz> Date: Wed, 19 Mar 2025 00:53:09 +0000 Update patch for static build of apk-tools Diffstat:
M | files/apk-tools.patch | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/files/apk-tools.patch b/files/apk-tools.patch @@ -20,15 +20,3 @@ index 4156ac6..4fd260f 100644 + $(INSTALL) -m644 src/*.h $(DESTDIR)$(INCLUDEDIR)/apk + $(INSTALLDIR) $(DESTDIR)$(PKGCONFIGDIR) + $(INSTALL) -m644 src/apk.pc $(DESTDIR)$(PKGCONFIGDIR) -diff --git a/src/adb_walk_adb.c b/src/adb_walk_adb.c -index e1a686d..09581b1 100644 ---- a/src/adb_walk_adb.c -+++ b/src/adb_walk_adb.c -@@ -2,6 +2,7 @@ - - #include <stdio.h> - #include <unistd.h> -+#include <inttypes.h> - #include "apk_adb.h" - #include "apk_applet.h" - #include "apk_print.h"