Whamcloud - gitweb
LU-11160 build: Fix uuid / blkid dependency 47/33147/2
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Thu, 19 Jul 2018 19:26:27 +0000 (15:26 -0400)
committerJohn L. Hammond <jhammond@whamcloud.com>
Thu, 4 Oct 2018 22:54:32 +0000 (22:54 +0000)
UUID dependency stems from libblkid, so only link with uuid if blkid
is present.

Lustre-change: https://review.whamcloud.com/32842
Lustre-commit: b6c2ffa661f5aceb50fe03fbc8cfd7cdf7966ae2

Signed-off-by: Nathaniel Clark <nclark@whamcloud.com>
Change-Id: If1cc293cc48210a065f8910ea655615b11268b5c
Reviewed-by: Quentin Bouget <quentin.bouget@cea.fr>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Signed-off-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/33147
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
lustre/utils/Makefile.am

index 0e16b65..e8f2673 100644 (file)
@@ -80,7 +80,7 @@ EXT2FSLIB =
 endif
 
 if BLKID
-BLKIDLIB = -lblkid
+BLKIDLIB = -lblkid -luuid
 else
 BLKIDLIB =
 endif