HomeFreeBSD

Fix build error when make deb

Description

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

Details

Provenance
Chunwei Chen <tuxoko@gmail.com>Authored on Feb 6 2015, 7:22 AM
Brian Behlendorf <behlendorf1@llnl.gov>Committed on Feb 6 2015, 5:16 PM
Parents
rG53698a453d1c: Read spl_hostid module parameter before gethostid()
Branches
Unknown
Tags
Unknown

Event Timeline

Brian Behlendorf <behlendorf1@llnl.gov> committed rGaa506dcb3d2e: Fix build error when make deb (authored by Chunwei Chen <tuxoko@gmail.com>).Feb 6 2015, 5:16 PM