About opensc I am not 100% sure, because i changed the ebuild to use it, kept getting errors and then changed libassuan to have -fPIC. This needs fixing so that wpa_supplicant may work when builted with ssl. I can add patches for this altought they are trivial.
Gustavo: Adding -fPIC is not good for static libraries. On the other hand, we can't turn libassuan into a shared lib (Authors explicitly state this in README). On the other hand, wpa_supplicant devs should now that linking a sharedlib against a static one is a no-no.
I can't make any sense out of this bug report. Which library is linked statically by which application? Please provide relevant information and output from the commands which lead you to this conclusion.
Oh, and always provide the output of `emerge --info` when reporting a bug.