mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 02:20:59 +03:00
84d9492e52
nvlist does allow us to support different data types and systems. To encapsulate user data to/from nvlist, the libzfsbootenv library is provided. Reviewed-by: Arvind Sankar <nivedita@alum.mit.edu> Reviewed-by: Allan Jude <allan@klarasystems.com> Reviewed-by: Paul Dagnelie <pcd@delphix.com> Reviewed-by: Igor Kozhukhov <igor@dilos.org> Signed-off-by: Toomas Soome <tsoome@me.com> Closes #10774
13 lines
267 B
PkgConfig
13 lines
267 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libzfsbootenv
|
|
Description: LibZFSBootENV library
|
|
Version: @VERSION@
|
|
URL: https://zfsonlinux.org
|
|
Requires: libzfs libnvpair
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lzfsbootenv
|