From: ellson Date: Wed, 20 Apr 2005 13:53:39 +0000 (+0000) Subject: gethostbyname() requires -lnsl on Solaris X-Git-Tag: LAST_LIBGRAPH~32^2~7643 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fb1a472984978a910287ee45bc3bd54edbe4766;p=graphviz gethostbyname() requires -lnsl on Solaris --- diff --git a/lib/gvc/Makefile.am b/lib/gvc/Makefile.am index 8632772c4..90d3d1fcc 100644 --- a/lib/gvc/Makefile.am +++ b/lib/gvc/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/cdt $(INCLTDL) \ -DGVLIBDIR=\"$(pkglibdir)\" -LIBS = $(LIBLTDL) +LIBS = $(LIBLTDL) $(SOCKET_LIBS) pkginclude_HEADERS = gvc.h gvcint.h gvplugin.h \ gvplugin_render.h gvplugin_layout.h gvplugin_text.h