0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-05 16:21:48 +00:00
Files
termux-packages/packages/libsqlite/src-os_unix.c.patch
2025-06-18 23:01:10 +02:00

15 lines
383 B
Diff

diff -uNr sqlite-src-3500100.orig/src/os_unix.c sqlite-src-3500100/src/os_unix.c
--- sqlite-src-3500100.orig/src/os_unix.c 2025-06-17 23:33:40.887824600 +0200
+++ sqlite-src-3500100/src/os_unix.c 2025-06-17 23:36:57.168258236 +0200
@@ -5975,9 +5975,7 @@
static const char *azTempDirs[] = {
0,
0,
- "/var/tmp",
- "/usr/tmp",
- "/tmp",
+ "@TERMUX_PREFIX@/tmp",
"."
};