]> Cypherpunks.ru repositories - gostls13.git/commit
net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too
authorNikhil Benesch <nikhil.benesch@gmail.com>
Mon, 19 Oct 2020 01:55:55 +0000 (21:55 -0400)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 20 Oct 2020 08:08:15 +0000 (08:08 +0000)
commit55b2d479d774d9887a6ec32b34e2c413f7c84f78
tree0f4980fde73f2f3a260cd3c81f9bd7383213aee5
parent310984bf54a52b15085e195a402873ab558d34d4
net/http/cgi: preserve LD_LIBRARY_PATH on NetBSD, too

This makes the behavior of the cgi package on NetBSD consistent with its
behavior on the other BSDs. It is also necessary for the test suite to
pass on NetBSD with gccgo (see CL 261137).

Change-Id: I531a6e0954f895a921204dcc61e3f3e90860a23d
Reviewed-on: https://go-review.googlesource.com/c/go/+/263577
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Trust: Benny Siegert <bsiegert@gmail.com>
src/net/http/cgi/host.go