]> granicus.if.org Git - zfs/commit
Fix build error when make deb
authorChunwei Chen <tuxoko@gmail.com>
Fri, 6 Feb 2015 07:22:10 +0000 (15:22 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 6 Feb 2015 17:16:32 +0000 (09:16 -0800)
commitaa506dcb3d2ec4a26d0e20854fa0bf370738a422
tree328d4bfc457c11a96db8e4bc26d143d8e11753fc
parent53698a453d1cc318f99477fef596c476b4b0cb47
Fix build error when make deb

After 53698a4, the following error occurs when make deb.

  CCLD     zed
../../lib/libzfs/.libs/libzfs.so: undefined reference to `get_system_hostid'

Add libzpool.la to zed/Makefile.am to fix this

Signed-off-by: Chunwei Chen <tuxoko@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3080
cmd/zed/Makefile.am