mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 16:06:16 +00:00
6770207180
Split patch to per-file patches and enable auto update
12 lines
480 B
Plaintext
12 lines
480 B
Plaintext
--- a/src/corelib/io/qstorageinfo_linux.cpp
|
|
+++ b/src/corelib/io/qstorageinfo_linux.cpp
|
|
@@ -29,7 +29,7 @@
|
|
# define ST_RDONLY 0x0001 /* mount read-only */
|
|
#endif
|
|
|
|
-#if defined(Q_OS_ANDROID)
|
|
+#if defined(Q_OS_ANDROID) || defined(__ANDROID__)
|
|
// statx() is disabled on Android because quite a few systems
|
|
// come with sandboxes that kill applications that make system calls outside a
|
|
// whitelist and several Android vendors can't be bothered to update the list.
|