Shared objects often need -fPIC for proper relocations when
> linking, just add it when you're told to. It allows COW strategy > for DLOs but at the cost of extra CPU register and some slowdown. > > Shouldn't this be in the ebuilds? eg. if gcc:6[pie]; then CFLAGS=${CFLAGS} -fPIC