husam47 / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

Please rename assembly files *.s -> *.S #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When building OpenVPN under a linux machine, compilation fails, because the 
*.mk files refer to some .S files, while they are actually saved as .s

Since filenames under linux are case sensitive, the build fails.

The files that need to be renamed (actually not all of them are called by the 
*.mk files) are:

main/openssl/crypto/aes/asm/aes-armv4.s
main/openssl/crypto/bn/asm/armv4-mont.s
main/openssl/crypto/bn/asm/mips3.s
main/openssl/crypto/bn/asm/pa-risc2.s
main/openssl/crypto/bn/asm/pa-risc2W.s
main/openssl/crypto/sha/asm/sha1-armv4-large.s
main/openssl/crypto/sha/asm/sha256-armv4.s
main/openssl/crypto/sha/asm/sha512-armv4.s

Original issue reported on code.google.com by aelmahmo...@sabily.org on 29 Jun 2014 at 6:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 4609b60cb1e3.

Original comment by arne@rfc2549.org on 2 Jul 2014 at 1:07