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
Original issue reported on code.google.com by
aelmahmo...@sabily.org
on 29 Jun 2014 at 6:57