]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix ssl link error.
authorMarcus Watts <mwatts@redhat.com>
Sat, 20 Feb 2016 08:29:27 +0000 (03:29 -0500)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 26 Feb 2016 20:30:52 +0000 (12:30 -0800)
When linking against -lssl, should also include -lcrypto.

// fixup merge with previous

Signed-off-by: Marcus Watts <mwatts@redhat.com>
src/rgw/Makefile.am

index 40705a373c4c5c75e246691c34cd75efb95143eb..beb6ab25b4174de541085472e1a255166b2b4897 100644 (file)
@@ -130,7 +130,7 @@ libcivetweb_la_SOURCES =  \
 libcivetweb_la_CXXFLAGS = ${CIVETWEB_INCLUDE} -fPIC -Woverloaded-virtual \
        ${AM_CXXFLAGS}
 libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC -DNO_SSL_DL
-LIBCIVETWEB_DEPS += -lssl
+LIBCIVETWEB_DEPS += -lssl -lcrypto
 
 noinst_LTLIBRARIES += libcivetweb.la