Created attachment 143770 [details] Remove STATIC from OPTIONS_DEFAULT Linking cryptopp statically doesn't work if it's used by multiple shared libraries at the same time and leads to segfaults on exit. Given the rise of pkg and binary package distribution, changing the default to also build a dynamic version of the library seems more reasonable to me.
I assigned this manually to Xin Li since it seems like we don't notify the maintainer automatically anymore :(
Approved. Please go ahead and commit the patch.
A commit references this bug: Author: grembo Date: Fri Jun 20 13:01:44 UTC 2014 New revision: 358570 URL: http://svnweb.freebsd.org/changeset/ports/358570 Log: Build shared library by default PR: 191028 Reviewed by: bapt Approved by: bapt Changes: head/security/cryptopp/Makefile