From 0fb1a472984978a910287ee45bc3bd54edbe4766 Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 20 Apr 2005 13:53:39 +0000 Subject: [PATCH] gethostbyname() requires -lnsl on Solaris --- lib/gvc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0