components/desktop/pidgin/patches/pidgin-19-enable-gnutls.patch
changeset 5126 d8d0ebb8ed32
equal deleted inserted replaced
5125:34cc580c62c2 5126:d8d0ebb8ed32
       
     1 The crypto certs we ship in Solaris are in pkg:/crypto/ca-certificates
       
     2 and installed under /etc/certs/CA & /etc/openssl/certs/. The Solaris
       
     3 equivalent to the filenames used in this chunk of the configure file
       
     4 is /etc/certs/ca-certificates.crt which is generated by
       
     5 /lib/svc/method/svc-ca-certificates from the others.
       
     6 
       
     7 This patch should be sent upstream.
       
     8 
       
     9 --- pidgin-2.10.11/configure.ac.orig	2015-11-24 06:27:37.749762307 -0800
       
    10 +++ pidgin-2.10.11/configure.ac	2015-11-24 06:28:34.540905669 -0800
       
    11 @@ -1057,7 +1057,8 @@
       
    12  			/etc/ssl/certs/ca-certificates.crt \
       
    13  			/etc/pki/tls/cert.pem \
       
    14  			/usr/local/share/certs/ca-root-nss.crt \
       
    15 -			/etc/ssl/cert.pem
       
    16 +			/etc/ssl/cert.pem \
       
    17 +			/etc/certs/ca-certificates.crt
       
    18  		do
       
    19  			if test -e $i; then
       
    20  				gg_gnutls_sts="$i"