5124N/AThe crypto certs we ship in Solaris are in pkg:/crypto/ca-certificates
5124N/Aand installed under /etc/certs/CA & /etc/openssl/certs/. The Solaris
5124N/Aequivalent to the filenames used in this chunk of the configure file
5124N/Ais /etc/certs/ca-certificates.crt which is generated by
5124N/A/lib/svc/method/svc-ca-certificates from the others.
5124N/A
5124N/AThis patch should be sent upstream.
5124N/A
5124N/A--- pidgin-2.10.11/configure.ac.orig 2015-11-24 06:27:37.749762307 -0800
5124N/A+++ pidgin-2.10.11/configure.ac 2015-11-24 06:28:34.540905669 -0800
5124N/A@@ -1057,7 +1057,8 @@
5124N/A /etc/ssl/certs/ca-certificates.crt \
5124N/A /etc/pki/tls/cert.pem \
5124N/A /usr/local/share/certs/ca-root-nss.crt \
5124N/A- /etc/ssl/cert.pem
5124N/A+ /etc/ssl/cert.pem \
5124N/A+ /etc/certs/ca-certificates.crt
5124N/A do
5124N/A if test -e $i; then
5124N/A gg_gnutls_sts="$i"