4101N/AAdjusted to include all the libraries needed to successfully link on Solaris.
4101N/A
4101N/ANote that on S11, the LIBS line will need to be:
4101N/ALIBS = $(BLANK_AT_MAKETIME) -lsocket -lresolv -lnsl -lgen
4101N/Aas -lsocket and -lnsl have not yet been subsumed into libc.
4101N/A
4101N/AThis patch needs to be sent upstream, but needs to be reworked first.
4101N/A
4101N/A--- tests/server/Makefile.in.orig 2014-09-10 12:16:40.748828978 -0700
4101N/A+++ tests/server/Makefile.in 2014-09-10 12:17:11.065886554 -0700
4101N/A@@ -377,7 +377,7 @@
174N/A LIBOBJS = @LIBOBJS@
4101N/A
4101N/A # Prevent LIBS from being used for all link targets
4101N/A-LIBS = $(BLANK_AT_MAKETIME)
4101N/A+LIBS = $(BLANK_AT_MAKETIME) -lresolv -lgen
174N/A LIBTOOL = @LIBTOOL@
174N/A LIPO = @LIPO@
174N/A LN_S = @LN_S@