0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
termux-packages/packages/iperf3/src-iperf_api.c.patch
Ivan Max 668d46c305
bump iperf3 and libhdf5 (#17879)
bump(main/iperf3): to 3.15
bump(main/libhdf5): to 1.14.2
2023-09-23 19:46:40 +03:00

12 lines
347 B
Diff

--- src/src/iperf_api.c 2023-09-14 21:38:11.000000000 +0300
+++ src/src/iperf_api.c.patch 2023-09-23 18:27:44.715256242 +0300
@@ -4307,7 +4307,7 @@
}
if (tempdir == 0){
#if defined(__ANDROID__)
- tempdir = "/data/local/tmp";
+ tempdir = "@TERMUX_PREFIX@/tmp";
#else
tempdir = "/tmp";
#endif