0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-06 05:59:43 +00:00
Files
termux-packages/packages/e2fsprogs/fix-libarchive-path.patch
2025-04-04 09:11:34 +03:00

11 lines
259 B
Diff

+++ ./misc/create_inode_libarchive.c
@@ -88,7 +88,7 @@
#if defined(__FreeBSD__)
#define LIBARCHIVE_SO "libarchive.so.7"
#else
-#define LIBARCHIVE_SO "libarchive.so.13"
+#define LIBARCHIVE_SO "libarchive.so"
#endif
static int libarchive_available(void)