mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-06 05:59:43 +00:00
11 lines
259 B
Diff
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)
|