openssl error: unrecognized command line option "-m486"

来源:互联网 发布:淘宝买被子 编辑:程序博客网 时间:2024/04/29 20:57

qca: http://delta.affinix.com/qca/

openssl: http://www.openssl.org

Go to compile_apps , unpack openssl-0.9.7m.tar.gz
edit Configure and Makefile and change all instances of -m486 to -mtune=i486 .

Run
"tar -pczf openssl-0.9.7m.tar.gz openssl-0.9.7m" to repack dir, remove the unpacked directory.


Make sure you do this before running ./setup on any upgrades in the future until this is fixed in ./setup package.
原创粉丝点击