I am trying to install Subversion with Apache support. I installed apr, apr-utils, neon, and OpenSSL with the --ena
apr
apr-utils
neon
OpenSSL
--ena
I solve it with adding hidden attribute to OPENSSL_ia32cap_P in crypto\cryptolib.h and recompile.
extern unsigned int OPENSSL_ia32cap_P[] __attribute__ ((visibility ("hidden")));