components/desktop/pidgin/patches/pidgin-19-enable-gnutls.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 29 Feb 2016 11:02:23 -0800
changeset 5519 a02d4d12218f
parent 5126 d8d0ebb8ed32
permissions -rw-r--r--
22228600 pidgin should be 64-bit

The crypto certs we ship in Solaris are in pkg:/crypto/ca-certificates
and installed under /etc/certs/CA & /etc/openssl/certs/. The Solaris
equivalent to the filenames used in this chunk of the configure file
is /etc/certs/ca-certificates.crt which is generated by
/lib/svc/method/svc-ca-certificates from the others.

This patch should be sent upstream.

--- pidgin-2.10.11/configure.ac.orig	2015-11-24 06:27:37.749762307 -0800
+++ pidgin-2.10.11/configure.ac	2015-11-24 06:28:34.540905669 -0800
@@ -1057,7 +1057,8 @@
 			/etc/ssl/certs/ca-certificates.crt \
 			/etc/pki/tls/cert.pem \
 			/usr/local/share/certs/ca-root-nss.crt \
-			/etc/ssl/cert.pem
+			/etc/ssl/cert.pem \
+			/etc/certs/ca-certificates.crt
 		do
 			if test -e $i; then
 				gg_gnutls_sts="$i"