]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Use ld.so to link in ssl crypto (cmake changes).
authorMarcus Watts <mwatts@redhat.com>
Thu, 11 Feb 2016 00:14:06 +0000 (19:14 -0500)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 26 Feb 2016 20:29:47 +0000 (12:29 -0800)
commitb451cbb368100f10b734061ad957fbafd4780991
treea4b49ce0c09cc3d1e228b582034c37fda554e89c
parentaa92f9dff0d565228e920a4b793eceff13651b61
Use ld.so to link in ssl crypto (cmake changes).

Using dlopen() to load in ssl crypto makes me cringe.
Also it requires either installing the devel package,
or appending library versioning to the library name
civetweb tries to load, which is ugly.  This is only
a license problem for people whose system distribution
does not include openssl.

Signed-off-by: Marcus Watts <mwatts@redhat.com>
src/CMakeLists.txt