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

15 lines
394 B
Diff
Raw Normal View History

2022-02-27 23:50:04 +00:00
--- a/libarchive/archive_entry.h
+++ b/libarchive/archive_entry.h
@@ -98,11 +98,6 @@
2016-05-03 08:06:03 +00:00
# define __LA_MODE_T mode_t
#endif
-/* Large file support for Android */
2022-02-27 23:50:04 +00:00
-#if defined(__LIBARCHIVE_BUILD) && defined(__ANDROID__)
2016-05-03 08:06:03 +00:00
-#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