Whamcloud - gitweb
LU-11097 utils: add libuuid for llverdev 26/32726/2
authorAlex Zhuravlev <bzzz@whamcloud.com>
Sun, 24 Jun 2018 19:00:21 +0000 (22:00 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 18 Jul 2018 06:01:30 +0000 (06:01 +0000)
this is explicitly required on my setup

Change-Id: I2b518c922d1857411bac74f68223259bb255e0e4
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/32726
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
lustre/utils/Makefile.am

index 67d8da1..e6d3e91 100644 (file)
@@ -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 \