All the required "crypto" libs etc. are listed here
http://packages.debian.org/source/lenny/ecryptfs-utils
libgcrypt > libgcrypt11_1.4.1.orig.tar.gz
opencryptoki > opencryptoki_2.2.6+dfsg2.orig.tar.gz
libgpg-error > libgpg-error_1.4.orig.tar.gz
gpgme > gpgme1.0_1.1.6.orig.tar.gz
keyutils > keyutils_1.2.orig.tar.gz
pam > pam_1.0.1.orig.tar.gz
tspi > trousers_0.3.1.orig.tar.gz
No "mozilla NSS package" seems necessary.
.....
And you may get a pointer from the Debian
source / patch > rules showing these options ..
Code:
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=\$${prefix}/lib --mandir=\$${prefix}/share/man --enable-static --enable-gpg --disable-gui --enable-pam --disable-openssl --disable-pkcs11-helper --disable-tspi
It is always a good idea looking into the Debian files :
They are for arm ! Did you try out the package ? ?
Can be unpacked with ' ar -x <package>.deb '
.....