mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
668d46c305
bump(main/iperf3): to 3.15 bump(main/libhdf5): to 1.14.2
12 lines
347 B
Diff
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
|