1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-26 23:27:08 +00:00
termux-packages/packages/libpoco/Foundation-src-NamedMutex_UNIX.cpp.patch
2021-12-28 18:08:03 +02:00

12 lines
315 B
Diff

--- a/Foundation/src/NamedMutex_UNIX.cpp
+++ b/Foundation/src/NamedMutex_UNIX.cpp
@@ -158,7 +158,7 @@
#if defined(sun) || defined(__APPLE__) || defined(__QNX__)
std::string fn = "/";
#else
- std::string fn = "/tmp/";
+ std::string fn = "@TERMUX_PREFIX@/tmp/";
#endif
fn.append(_name);
fn.append(".mutex");