I can't seem to make a build that is capable of decrypting messages.
If I use a nightly, I can decrypt messages fine. If I build my own, I
just get the box in the display area saying that it's not supported.
However, my own builds are perfectly capable of sending encrypted
messages, and displaying signed messages.
Any ideas?
Cheers,
Len.
My .mozconfig looks like this:
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
CFLAGS="$CFLAGS -pipe -march=pentium -mcpu=pentiumpro"
CXXFLAGS="$CXXFLAGS -pipe -march=pentium -mcpu=pentiumpro"
ac_add_options --disable-pedantic
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize=-O2
ac_add_options --enable-strip-libs
ac_add_options --enable-xterm-updates
ac_add_options --enable-mathml
ac_add_options --enable-svg
ac_add_options --enable-crypto
ac_add_options --disable-ldap
ac_add_options --enable-nspr-autoconf
ac_add_options --with-extensions=default,irc
and my build script pretty much does a
gmake distclean
gmake -f client.mk checkout
gmake -f client.mk checkout BUILD_MODULES=psm2
gmake -f client.mk build