Add libnvpair to mount_zfs dependencies
authorEtienne Dechamps <e-t172@akegroup.org>
Sun, 2 Sep 2012 20:09:01 +0000 (22:09 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 2 Sep 2012 22:36:09 +0000 (15:36 -0700)
commitba7dbeb22e4b0f2d4c2b805abfee8d663e0f779d
tree0c3b62c67f876acba4af92b96650e39a935f76e6
parentb79fc3fea9e9f26e0e65665243d569d8907ac279
Add libnvpair to mount_zfs dependencies

Commit e6f290535c2fff8b940c4eacb1c90cbc2cfc7508 added libzpool to
the mount_zfs dependencies.  This brought in the nvpair symbols
which are used by libzpool.  To resolve this include the libnvpair
library for mount_zfs even though mount_zfs doesn't directly
require any of these symbols.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #926
cmd/mount_zfs/Makefile.am