pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/27203: www/mini_httpd assumes libutil exists



>Number:         27203
>Category:       pkg
>Synopsis:       www/mini_httpd assumes libutil exists
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 10 14:20:01 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Georg Schwarz
>Release:        current pkgsrc
>Organization:
>Environment:
IRIX lorenz 5.3 08031225 IP20 mips
>Description:
www/mini_httpd links with -lutil, whih does not exist (nor seems to be needed) 
on IRIX 5.3 (and maybe others)
>How-To-Repeat:

>Fix:
Change Makefile into

LDFLAGS+=       -lssl -lcrypto -lcrypt
.include "../../mk/bsd.prefs.mk"
.if empty(LOWER_OPSYS:Mirix5*)
LDFLAGS+=       -lutil
.endif

Maybe it would be even better to add libutil only on the platforms that require 
it.
>Release-Note:
>Audit-Trail:
>Unformatted:



Home | Main Index | Thread Index | Old Index