Fix function relocations in libzpool
authorRichard Yao <ryao@cs.stonybrook.edu>
Tue, 5 Feb 2013 23:14:30 +0000 (18:14 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 5 Feb 2013 23:33:32 +0000 (15:33 -0800)
commit399f60c8b47f7513d078a7c181ff132e2cafdd15
tree1d177ef932624305312a3b3a0f8a5fed1d7c1e4f
parentdd26aa535b395735ca61ea2a3e618aded45eb05e
Fix function relocations in libzpool

binutils 2.23.1 fails in situations that generate function relocations
on PowerPC and possibly other architectures. This causes linking of
libzpool to fail because it depends on libnvpair. We add a dependency on
libnvpair to lib/libzpool/Makefile.am to correct that.

Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1267
lib/libzpool/Makefile.am