On Thu, Jun 14, 2012 at 06:46:52PM +0200, Kurt Roeckx wrote: > On Thu, Jun 14, 2012 at 08:36:53PM +1000, Russell Coker wrote: > > I have just built openssl from source and when run on the build tree I get > > the > > following: > > $ eu-findtextrel i686/cmov/libcrypto.so > > /tmp/openssl-1.0.1c/crypto/x86cpuid.s not compiled with -fpic/-fPIC > > > > This looks familiar, I think I filed a bug about x86cpuid.s before. What > > happened to that? > > 1.0.1-1: > * pic.patch: Make OPENSSL_ia32cap_P hidden on i386 too (Closes: #663977)
So hidding the symbol does not seem to have fixed it, and the 3 functions in x86cpuid.s that use OPENSSL_ia32cap_P all have a relocation against it. I will have to rewrite them to be PIC. Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org