heroic: fix fhsenv version (#359407)
[NixPkgs.git] / pkgs / servers / http / tengine / check-resolv-conf.patch
blob83b4e1cf8eb212d855483ffacfa356c7e46e6361
1 diff --git a/auto/unix b/auto/unix
2 index a38c12dc..025a4899 100644
3 --- a/auto/unix
4 +++ b/auto/unix
5 @@ -1072,7 +1072,5 @@ ngx_feature_test='int fd;
8 # Tengine: auto read nameserver from /etc/resolv.conf.
9 - if [ -f "/etc/resolv.conf" ]; then
10 have=NGX_RESOLVER_FILE value="\"/etc/resolv.conf\"" . auto/define
11 -fi