mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
d45267183f
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 <tsoome@me.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Antonio Russo <aerusso@aerusso.net> Closes #11227
13 lines
265 B
PkgConfig
13 lines
265 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libzfsbootenv
|
|
Description: LibZFSBootENV library
|
|
Version: @VERSION@
|
|
URL: https://github.com/openzfs/zfs
|
|
Requires: libzfs
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lzfsbootenv
|