[stunnel-users] stunnel 5.25 released
Dagobert Michelsen
dam at opencsw.org
Mon Nov 2 14:38:03 CET 2015
Hi Michal,
Am 02.11.2015 um 14:16 schrieb Michal Trojnara <Michal.Trojnara at mirt.net>:
> I have released version 5.25 of stunnel.
The latest release of stunnel does not build on Solaris any more:
> /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I/usr/kerberos/include -I/opt/csw/include -DLIBDIR='"/opt/csw/lib/stunnel"' -DCONFDIR='"/etc/opt/csw/stunnel"' -I/opt/csw/include -xO3 -m32 -xarch=sparc -mt -D_REENTRANT -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -c -o stunnel-client.o `test -f 'client.c' || echo './'`client.c
> "client.c", line 1245: undefined symbol: environ
> "client.c", line 1245: warning: improper pointer/integer combination: op "="
> cc: acomp failed for client.c
In Solaris a definition similar to this is needed in client.c:
extern char **environ;
Additionally, in network.c the definition of INT_MAX is missing which is for
Solaris in <limits.h>.
Apart from that the build succeeds.
Best regards
— Dago
--
"You don't become great by trying to be great, you become great by wanting to do something,
and then doing it so hard that you become great in the process." - xkcd #896
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2418 bytes
Desc: not available
URL: <http://www.stunnel.org/pipermail/stunnel-users/attachments/20151102/6141bc72/attachment.bin>
More information about the stunnel-users
mailing list