pkgsrc-Bugs archive

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

pkg/49781: net/proxytunnel won't build on Solaris



>Number:         49781
>Category:       pkg
>Synopsis:       net/proxytunnel won't build on Solaris
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 24 03:50:00 +0000 2015
>Originator:     Brad Forschinger
>Release:        2014Q4
>Organization:
>Environment:
SunOS x 5.10 Generic_Virtual sun4u sparc SUNW,SPARC-Enterprise
>Description:

no __progname
>How-To-Repeat:

>Fix:

in setproctitle.c:

#ifdef __sun
        char *__progname = "proxytunnel";
#else
        extern char *__progname;
#endif



Home | Main Index | Thread Index | Old Index