mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
On FreeBSD, libedit should be linked in explicitly, because this library
is present in the system, but it is not in the pkg-config database. Signed-off-by: Stanislav Sedov <stas@FreeBSD.org>
This commit is contained in:
parent
cb45fbcb61
commit
d4340bacfa
@ -242,6 +242,8 @@ AM_CONDITIONAL(WITH_HADOOPCLIENT, [test "$HAVE_JNI" = "1"])
|
||||
if test x"$freebsd" != x"yes"; then
|
||||
PKG_CHECK_MODULES([LIBEDIT], [libedit >= 2.11],
|
||||
[], AC_MSG_FAILURE([No usable version of libedit found.]))
|
||||
else
|
||||
LIBEDIT_LIBS="-ledit"
|
||||
fi
|
||||
|
||||
#libatomic-ops? You want it!
|
||||
|
Loading…
Reference in New Issue
Block a user