Alexander Miro wrote:
Hi,
The problem: Mozilla is unable to load my PKCS#11 module.
What I need: The .mozconfig script for compiling mozilla-1.7.13-source.tar.bz2
in debug mode to find out where NSS is "failing" during the
loading process.
You need the following build options in the .mozconfig script
for compiling Mozilla in debug mode:
ac_add_options --disable-optimize
ac_add_options --enable-debug
Using the sample .mozconfig script for SeaMonkey at
http://developer.mozilla.org/en/docs/Configuring_Build_Options#SeaMonkey.2C_Optimized_.28but_not_static.29,
I guess something like this would work:
mk_add_options MOZ_CO_PROJECT=suite
ac_add_options --enable-application=suite
mk_add_options [EMAIL PROTECTED]@/suite-debug
ac_add_options --disable-optimize
ac_add_options --enable-debug
ac_add_options --enable-crypto
I'm not sure about the first three lines, but am sure about the
last three lines.
You may want to add this, too:
ac_add_options --disable-tests
This will skip building the test programs.
Wan-Teh
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto