HomeFreeBSD

Fix mount_zfs dependency on libzpool.

Description

Fix mount_zfs dependency on libzpool.

mount_zfs depends on libzpool for zfs_prop_written since
330d06f90d143b41b276796526a66a1c1fff046d. Unfortunately, the Makefile
for mount_zfs has not been modified to reflect this. As a result,
libtool doesn't know about the dependency, which may result in the wrong
libzpool being used during the build (e.g. the libzpool from the system
instead of the libzpool from the build directory).

This patch adds the dependency to fix the issue.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Fixes #909.

Details

Provenance
Etienne Dechamps <etienne.dechamps@ovh.net>Authored on Aug 30 2012, 10:15 AM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Aug 30 2012, 11:06 PM
Parents
rGb8d06fca089f: Switch KM_SLEEP to KM_PUSHPAGE
Branches
Unknown
Tags
Unknown