commit | 25ffdb2ec9d4bac7dc838ee573da65c86b47c48a | [log] [tgz] |
---|---|---|
author | Alex Ray <[email protected]> | Fri Mar 21 14:28:27 2014 -0700 |
committer | Alex Ray <[email protected]> | Fri Mar 21 14:30:06 2014 -0700 |
tree | 3fdaf89d5a6b7599f23d337a0cb9fdf414ef2b27 | |
parent | 0a0a6353809d6f4d955b6416695688bf40a568ff [diff] |
libcrypto: configure "no-dso" for static builds Right now we configure with DSO even when building a static version of the library, which introduces a dependency on libdl. We don't statically build libdl, so libcrypto_static needs NO_DSO in order to be used in static executables. Change-Id: Ic27900f19600c1d882c1ed5aca483b15190b1e02