pkgsrc-Bugs archive

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

OpenSSL on Solaris 10 fails to compile.. and a workaround to fix it



Hi,
It seems since pkgsrc2020Q1 OpenSSL fails to compile on Solaris 10. In fact, pkgsrc2020Q1 switched from OpenSSL 1.0 to OpenSSL 1.1.

It seems it is a known issue by the OpenSSL team: 
https://www.mail-archive.com/openssl-users%openssl.org@localhost/msg87889.html

So as stated by the OpenSSL team, the quick fix would be to add the following line to your pkgsrc OpenSSL Makefile :

LDFLAGS+=               -lrt

It's tested and working on my side. 
There is certainly a better way to implement it but I'll leave it to you guys.


Home | Main Index | Thread Index | Old Index