From 3ceb4e130b1026ce07db4012fb2743887391f2e0 Mon Sep 17 00:00:00 2001 From: "ginn.chen%sun.com" Date: Tue, 8 Mar 2005 05:12:01 +0000 Subject: [PATCH] Bug 284224 Fail to build on solaris r=bryner --- xpinstall/wizard/unix/src2/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xpinstall/wizard/unix/src2/Makefile.in b/xpinstall/wizard/unix/src2/Makefile.in index 270aaf24c810..d8d15274d73d 100644 --- a/xpinstall/wizard/unix/src2/Makefile.in +++ b/xpinstall/wizard/unix/src2/Makefile.in @@ -80,6 +80,10 @@ LIBS = \ -lpthread \ $(NULL) +ifeq ($(OS_ARCH),SunOS) +LIBS += -lnsl +endif + LOCAL_INCLUDES += -I$(srcdir)/../../../stub LOCAL_INCLUDES += -I$(srcdir)/../../libxpnet/src