aboutsummaryrefslogtreecommitdiffstats
path: root/main/rpcbind/musl-sunrpc.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/rpcbind: workaround broken getaddrinfo/getservbyname in muslNatanael Copa2014-04-281-0/+25
rpcbind tries to get port number for "portmapper" but since musl's getaddrinfo/getservbyname does not support aliases, it fails for us. We work around it by using the service "sunrpc" instead.