From c5532214a4251a0aba02408d60ad9b6f9234e7ad Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Mon, 9 May 2022 14:17:58 -0400 Subject: [PATCH] EX-5235 lipe: Fix lipe-server build To compile against liblustreapi, we now also need json-c. Signed-off-by: Nathaniel Clark Change-Id: I5e5323c556d1d3bdd4fd6d7f9bc59e33baf59310 Reviewed-on: https://review.whamcloud.com/47263 Reviewed-by: John L. Hammond Tested-by: jenkins Reviewed-by: Feng, Lei Tested-by: Maloo Reviewed-by: Andreas Dilger --- lipe/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lipe/configure.ac b/lipe/configure.ac index 239d2ba..378c614 100644 --- a/lipe/configure.ac +++ b/lipe/configure.ac @@ -117,7 +117,7 @@ AC_DEFINE([HAVE_LAYOUT_BY_XATTR], 1, # -------- check for llapi_changelog_in_buf() -------- AC_MSG_CHECKING([Lustre have llapi_changelog_in_buf()]) saved_libs=$LIBS -LIBS="-llustreapi -llnetconfig" +LIBS="-llustreapi -llnetconfig -ljson-c" AC_LINK_IFELSE([AC_LANG_SOURCE([ #include -- 1.8.3.1