From: Alex Zhuravlev Date: Sun, 24 Jun 2018 19:00:21 +0000 (+0300) Subject: LU-11097 utils: add libuuid for llverdev X-Git-Tag: 2.11.53~5 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=247de299671c6e3535f944afb501623fcf309fb3;ds=sidebyside LU-11097 utils: add libuuid for llverdev this is explicitly required on my setup Change-Id: I2b518c922d1857411bac74f68223259bb255e0e4 Signed-off-by: Alex Zhuravlev Reviewed-on: https://review.whamcloud.com/32726 Reviewed-by: Andreas Dilger Tested-by: Jenkins Reviewed-by: James Simmons Tested-by: Maloo --- diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 67d8da1..e6d3e91 100644 --- a/lustre/utils/Makefile.am +++ b/lustre/utils/Makefile.am @@ -86,7 +86,7 @@ endif llverfs_LDADD := $(EXT2FSLIB) $(E2PLIB) -llverdev_LDADD := $(EXT2FSLIB) $(BLKIDLIB) +llverdev_LDADD := $(EXT2FSLIB) $(BLKIDLIB) -luuid liblustreapi_la_SOURCES = liblustreapi.c liblustreapi_hsm.c \ liblustreapi_nodemap.c lustreapi_internal.h \