]> git.proxmox.com Git - mirror_zfs.git/commit
Add missing libzfs_core to Makefiles
authorMaximilian Mehnert <maximilian.mehnert@gmx.de>
Sun, 17 Nov 2013 10:47:50 +0000 (11:47 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Nov 2013 23:44:15 +0000 (15:44 -0800)
commit539defc873dd1b53d7fc483947e56cbfaeebeee8
tree2b690c3ef7f6663662d0b92f08a753dd3bb0fe3f
parente5bacf2109943b813e77185cffb7db07747a6d9c
Add missing libzfs_core to Makefiles

On some platforms symbols provided by libzfs_core and used by
libzfs were not available to the linker.  To avoid this issue
libzfs_core has been added to the list of required libraries
when building utilities which depend on libzfs.  This should
have been handled properly by libtool and it's still not
entirely clear why it wasn't on all platforms.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1841
cmd/mount_zfs/Makefile.am
cmd/zdb/Makefile.am
cmd/zhack/Makefile.am
cmd/zinject/Makefile.am
cmd/zpool/Makefile.am
cmd/zstreamdump/Makefile.am
cmd/ztest/Makefile.am