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

15 lines
362 B
Diff
Raw Normal View History

2022-02-27 23:50:04 +00:00
--- a/libarchive/archive.h
+++ b/libarchive/archive.h
2016-05-03 08:06:03 +00:00
@@ -96,11 +96,6 @@
# endif
#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