]> Cypherpunks repositories - gostls13.git/commit
net: add -lsendfile to cgo LDFLAGS for solaris
authorShenghou Ma <minux@golang.org>
Sun, 30 Aug 2015 21:22:40 +0000 (17:22 -0400)
committerAram Hăvărneanu <aram@mgk.ro>
Sun, 30 Aug 2015 22:01:07 +0000 (22:01 +0000)
commit5f2c420eb6f82545bfba835a467ee1e998ba37d1
treeabd213511e2d31c6c59d929914a7ac0082eaab8b
parent77e528293bbb51a92d16a5e77a8d7920c96764bd
net: add -lsendfile to cgo LDFLAGS for solaris

Fixes external linking of net/http tests (or anything that uses
sendfile).

Fixes #12390.

Change-Id: Iee08998cf66e7b0ce851db138a00ebae6dc2395e
Reviewed-on: https://go-review.googlesource.com/14072
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
src/net/cgo_solaris.go