Subject: pkg/13685: micq fails to build on Solaris
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mike@ethmoid.org>
List: netbsd-bugs
Date: 08/11/2001 16:29:22
>Number: 13685
>Category: pkg
>Synopsis: micq fails to build on Solaris
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Aug 11 13:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Michael Santos
>Release: ZOULARIS_VERSION=20010323
>Organization:
>Environment:
SunOS eft 5.8 Generic_108528-07 sun4u sparc SUNW,UltraAX-e
>Description:
micq fails to build under Solaris using Zoularis
>How-To-Repeat:
Try to build micq on Solaris.
>Fix:
From the Makefile:
#uncomment the line below if your using Solaris
CLIBS= -lnsl -lsocket
--- Makefile.orig Tue Jan 23 11:49:05 2001
+++ Makefile Sat Aug 11 16:01:37 2001
@@ -10,6 +10,9 @@
CLIBS =
+
+.if (${OPSYS} == "SunOS")
#uncomment the line below if your using Solaris
-#CLIBS= -lnsl -lsocket
+CLIBS= -lnsl -lsocket
+.endif
#uncomment the line below if your using MiNT
#CLIBS= -lsocket
>Release-Note:
>Audit-Trail:
>Unformatted: