Javier Delgadillo wrote:
> gmake -f client.mk pull_all BUILD_MODULES=psm2
> gmake -f client.mk pull_all
With the makefile conflicts resolved (by moving to psm2), it is no
longer necessary to pull psm separately.
> ../configure --enable-modules=psm2
> gmake BUILD_MODULES=psm2
To make it clear, that is the method for building just the bits of the
tree needed for psm2 (aka standalone). The two step process is no
longer necessary in a recent cvs build. To build psm/nss in the tree,
you just need to add --enable-crypto to your configure options. If that
doesn't work, then start filing bugs.
- cls