Re: [Evolution-hackers] evolution w/NSS



  Hi Jon,

try to add the following line to your ~/.jhbuildrc:

######################################################################
autogenargs='--enable-maintainer-mode --disable-static --disable-gtk-doc --enable-nss=yes --enable-smime=yes --with-nspr-libs=/usr/lib/ --with-nspr-includes=/usr/include/nspr/ -with-nss-includes=/usr/include/nss/'
######################################################################

It works for me.

Here is a part of configure output:
######################################################################
...
...
checking for Mozilla nspr4 includes in /usr/include/nspr/... ""
checking nspr.h usability... yes
checking nspr.h presence... yes
checking for nspr.h... yes
checking prio.h usability... yes
checking prio.h presence... yes
checking for prio.h... yes
checking for Mozilla nspr libraries... yes
checking for Mozilla nss3 includes in /usr/include/nss/... ""
checking nss.h usability... yes
checking nss.h presence... yes
checking for nss.h... yes
checking ssl.h usability... yes
checking ssl.h presence... yes
checking for ssl.h... yes
checking smime.h usability... yes
checking smime.h presence... yes
checking for smime.h... yes
checking for Mozilla nss libraries... yes
...
...
...
config.status: executing default-2 commands

        Evolution has been configured as follows: 

        Mail Directory:   /var/spool/mail, world writable
        LDAP support:     no
        NNTP support:     yes
        Pilot conduits:   no
        Kerberos 4/5:     no/no
        SSL support:      yes (Mozilla NSS)
        SMIME support:    yes (Mozilla NSS)
        IPv6 support:     no
        Dot Locking:      yes
        File Locking:     fcntl
        Gtk-doc:          no

        Programming documentation files will not be built.
...
######################################################################

-Bohumir

> 
> Hi,
> 
> I finally got a chance to try to build evolution with mozilla NSS so I
> can actually try to use the mail component in my IMAPS environment.
> 
> In case anyone is curious I had to go into the mozilla source and do:
> 
> % mkdir ${PREFIX}/include/mozilla-1.6/nss/
> % /usr/bin/find security/nss/lib/ -name '*.h' -type f -exec /bin/cp {} \
> ${PREFIX}/include/mozilla-1.6/nss/ \;
> 
> I found this in the Fedora .spec file for mozilla.
> 
> Anyone have any ideas how we can get jhbuild to install this
> automatically?
> 
> Yea!
> 
> Jon
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]