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 GitHub
parent dc6d39a85e
commit d45267183f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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