mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
6770207180
Split patch to per-file patches and enable auto update
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
--- a/src/corelib/io/qtemporaryfile_p.h
|
|
+++ b/src/corelib/io/qtemporaryfile_p.h
|
|
@@ -22,7 +22,7 @@
|
|
#include "private/qfile_p.h"
|
|
#include "qtemporaryfile.h"
|
|
|
|
-#if defined(Q_OS_LINUX) && QT_CONFIG(linkat)
|
|
+#if defined(Q_OS_LINUX) && QT_CONFIG(linkat) && !defined(__ANDROID__)
|
|
# include <fcntl.h>
|
|
# ifdef O_TMPFILE
|
|
// some early libc support had the wrong values for O_TMPFILE
|