libzfsbootenv: do not depend on libnvpair

We do not build libnvpair.pc.  Moreover, it is automatically pulled in
by libzfs.pc, so no additional specific dependency is required.

Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Antonio Russo <aerusso@aerusso.net>
Closes #11227
This commit is contained in:
Antonio Russo 2020-11-22 16:16:42 -07:00 committed by Brian Behlendorf
parent 056287e3f7
commit 1c4ccfb34e

View File

@ -7,6 +7,6 @@ Name: libzfsbootenv
Description: LibZFSBootENV library
Version: @VERSION@
URL: https://github.com/openzfs/zfs
Requires: libzfs libnvpair
Requires: libzfs
Cflags: -I${includedir}
Libs: -L${libdir} -lzfsbootenv