]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
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)
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

index 9741c564c81c0dae4533e1806b808970f899f51b..7abcc30c1000b0db1e3785ba7e73988637254ae1 100644 (file)
@@ -15,6 +15,7 @@ mount_zfs_SOURCES = \
        $(top_srcdir)/cmd/mount_zfs/mount_zfs.c
 
 mount_zfs_LDADD = \
+       $(top_builddir)/lib/libnvpair/libnvpair.la \
        $(top_builddir)/lib/libuutil/libuutil.la \
        $(top_builddir)/lib/libzpool/libzpool.la \
        $(top_builddir)/lib/libzfs/libzfs.la