mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
8b14cb46bf
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
13 lines
279 B
PkgConfig
13 lines
279 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libzfs
|
|
Description: LibZFS library
|
|
Version: @VERSION@
|
|
URL: http://zfsonlinux.org
|
|
Requires: libzfs_core
|
|
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
|
Libs: -L${libdir} -lzfs -lnvpair
|