From 247de299671c6e3535f944afb501623fcf309fb3 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Sun, 24 Jun 2018 22:00:21 +0300 Subject: [PATCH] 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 --- lustre/utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/Makefile.am b/lustre/utils/Makefile.am index 67d8da1..e6d3e917 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 \ -- 1.8.3.1