*-static library packages without -fPIC
Is it official policy that the *-static library packages are compiled without -fPIC? I've tried using libstdc++-static and libboost-static to statically link specific versions of these libraries into a shared module and neither of them had -fPIC so I had to start from scratch.
I realize there are some disadvantages to -fPIC, but are they significant? If the *-static packages cannot be used for the purpose outlined above, would there be any support for providing *-static-fpic or something like that?
I'm not sure how this is handled by other distros. I've noticed that the macports *-static packages seem to build with -fPIC.