making OPENSSL with -fPIC -Os doesn't work Solution: remove -fPIC from makefile
It works for me with the git tree and a codesourcery toolchain for arm. What version of buildroot do you use ? Could you give us the .config file ?
No feedback from submitter for ~2 months and unable to reproduce, closing.
Sorry, I forgot this post! I'll send the configurations in the afternoon!
The configuration file is the same of this post. (The same running) https://bugs.busybox.net/show_bug.cgi?id=4231 openssl version 1.0.0e buildroot 11.08 rc2
Do you still see this problem? If so, could you post your complete .config here?
removing -fPIC is wrong. it produces bad shared library code.