See https://www.redhat.com/archives/libvir-list/2012-July/msg00493.html
Basically building against librbd doesn't seem to actually require -lcrypto.
Also report the rbd linker flags in configure output
if test "$LIBRBD_FOUND" = "yes"; then
with_storage_rbd=yes
- LIBRBD_LIBS="-lrbd -lrados -lcrypto"
+ LIBRBD_LIBS="-lrbd -lrados"
AC_DEFINE_UNQUOTED([WITH_STORAGE_RBD], [1],
[whether RBD backend for storage driver is enabled])
else
else
AC_MSG_NOTICE([ xdr: no])
fi
+if test "$with_storage_rbd" = "yes" ; then
+AC_MSG_NOTICE([ rbd: $LIBRBD_LIBS])
+else
+AC_MSG_NOTICE([ rbd: no])
+fi
+
AC_MSG_NOTICE([])
AC_MSG_NOTICE([Test suite])
AC_MSG_NOTICE([])