termux-packages/packages/clash
Leonid Pliushch 122ce95027
fix(main/clash): depend on resolv-conf
Based on strace logs.

26879 openat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
26879 <... openat resumed>)             = -1 ENOENT (No such file or directory)
26879 openat(AT_FDCWD, "/data/data/com.termux/files/usr/etc/resolv.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
26879 <... openat resumed>)             = -1 ENOENT (No such file or directory)

Related to https://github.com/termux/termux-packages/issues/14332.

Even though I can't confirm whether absent resolv.conf may lead to DNS
errors when using this package, a dependency will be assigned anyway.
2023-01-07 15:01:36 +02:00
..
build.sh fix(main/clash): depend on resolv-conf 2023-01-07 15:01:36 +02:00