Subject: static modules
To: None <tech-pkg@NetBSD.org>
From: Chuck Yerkes <chuck@snew.com>
List: tech-pkg
Date: 12/19/2003 20:38:13
Y'all had such good answers before, I thought I'd
come back.


As much as I love carrying around shared libraries for
2 versions of berkeley/sleepycat DB and for SSL, I've
decided it best to zilch the .so* libraries for them
and use statically linked libs.


Running through /usr/pkgsrc/mk/*, I'm not finding where
I'd tell it (security/p5-Net-SSLeay for example) to skip
along and use libssl.a/libcrypto.a.

Is there docs I'm missing for this?

Thanks