Yoda McAwips wrote:
>
> OK...I didn't see anything about NSS_CLIENT_TAG in the instructions. My
> bad on the original post...I'm building on a Linux (RH) system.
If you're using recent code (it must be more recent than 0.9 by a couple
of weeks, iirc) you can do this quite easily by following the build
instructions for mozilla at
http://www.mozilla.org/build/unix.html
but first create a file called .mozconfig in your home directory
containing the following single line:
ac_add_options --enable-crypto
You will need to do the checkout step (make -f client.mk checkout) as
well as the build step (make -f client.mk build) with this file in
place, because setting enable-crypto causes different code to get
checked out.
It's that easy! :)
Stuart.