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 depenency is required.

Signed-off-by: Antonio Russo <[email protected]>
  • Loading branch information
aerusso committed Nov 21, 2020
1 parent 4d0ba94 commit d1b9a7e
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 d1b9a7e

Please sign in to comment.