termux-packages/packages/libarchive/archive_entry.h.patch

15 lines
394 B
Diff

--- a/libarchive/archive_entry.h
+++ b/libarchive/archive_entry.h
@@ -98,11 +98,6 @@
# define __LA_MODE_T mode_t
#endif
-/* Large file support for Android */
-#if defined(__LIBARCHIVE_BUILD) && defined(__ANDROID__)
-#include "android_lf.h"
-#endif
-
/*
* On Windows, define LIBARCHIVE_STATIC if you're building or using a
* .lib. The default here assumes you're building a DLL. Only