Skip to content

Commit

Permalink
libzfsbootenv: do not depend on libnvpair
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Antonio Russo <[email protected]>
Closes openzfs#11227
  • Loading branch information
aerusso authored and jsai20 committed Mar 30, 2021
1 parent f2667de commit fa62397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libzfsbootenv/libzfsbootenv.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fa62397

Please sign in to comment.