Whamcloud - gitweb
LU-10536 build: add -lnvpair to ZFS LDFLAGS 47/30947/2
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 19 Jan 2018 21:37:27 +0000 (15:37 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 31 Jan 2018 05:52:43 +0000 (05:52 +0000)
commiteabd5d7d7ee450698f1ff6ae20bf1072cae9c89c
treebdb3fff16e8f537a519173a3c2e3fbfa43af669f
parentac01abc2db2e82f87061eb0e6b2c03e28dad6a5b
LU-10536 build: add -lnvpair to ZFS LDFLAGS

The ZFS mount utils plugin directly depends on libnvpair so add
-lnvpair to the relevant LDFLAGS. This makes building with
--disable-shared succeed.

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Ie7d7043b011dab3e139786ed8fffb09e1078a34b
Reviewed-on: https://review.whamcloud.com/30947
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
config/lustre-build-zfs.m4