Actually comment out the cpuid asm!
diff --git a/util/mk1mf.pl b/util/mk1mf.pl index f12f9ea..ed65a05 100755 --- a/util/mk1mf.pl +++ b/util/mk1mf.pl
@@ -879,7 +879,7 @@ $lib_obj{CRYPTO} .= fix_asm($mf_md5_asm, 'crypto/md5'); $lib_obj{CRYPTO} .= fix_asm($mf_bn_asm, 'crypto/bn'); # cpuid is included by the crypto dir - $lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto'); + #$lib_obj{CRYPTO} .= fix_asm($mf_cpuid_asm, 'crypto'); # AES asm files end up included by the aes dir itself #$lib_obj{CRYPTO} .= fix_asm($mf_aes_asm, 'crypto/aes'); $lib_obj{CRYPTO} .= fix_asm($mf_sha_asm, 'crypto/sha');