mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
Add libnvpair to libzfs pkg-config
Functions such as `fnvlist_lookup_nvlist` need libnvpair to be linked. Default pkg-config file did not contain it. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Harry Mallon <hjmallon@gmail.com> Closes #8919
This commit is contained in:
parent
95fcb04215
commit
2d88230d97
@ -9,4 +9,4 @@ Version: @VERSION@
|
||||
URL: http://zfsonlinux.org
|
||||
Requires: libzfs_core
|
||||
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
||||
Libs: -L${libdir} -lzfs
|
||||
Libs: -L${libdir} -lzfs -lnvpair
|
||||
|
Loading…
Reference in New Issue
Block a user