[Evolution-hackers] --disable-smime



so I just committed changes that should allow people to build evo with
SSL without enabling S/MIME if they so desire.  enabling smime
(--enable-smime) requires that nss is available/found/enabled/etc.  If
you --disable-nss, --enable-smime will be ignored.

There are some issues if you're building evo against a jhbuilt prefix,
though.  jhbuild doesn't seem to install all the nss headers required to
build evolution (even the normal ssl support, let alone the smime
stuff), so you'll have to specify the normal mozilla-devel package
locations for headers/libs on the configure line to get it to build.

For instance, from my config.status:

'--disable-smime' '--with-nss-includes=/usr/include/mozilla-1.4.1/nss'
'--with-nss-libs=/usr/lib'
'--with-nspr-includes=/usr/include/mozilla-1.4.1/nspr'
'--with-nspr-libs=/usr/lib'

that builds evo with ssl support just fine.

Chris



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