Skip to content

Commit 1c4ccfb

Browse files
aerussobehlendorf
authored andcommitted
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 <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Antonio Russo <[email protected]> Closes #11227
1 parent 056287e commit 1c4ccfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libzfsbootenv/libzfsbootenv.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Name: libzfsbootenv
77
Description: LibZFSBootENV library
88
Version: @VERSION@
99
URL: https://github.com/openzfs/zfs
10-
Requires: libzfs libnvpair
10+
Requires: libzfs
1111
Cflags: -I${includedir}
1212
Libs: -L${libdir} -lzfsbootenv

0 commit comments

Comments
 (0)