mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 18:31:00 +03:00
46c71074ca
This change updates the documentation to refer to the project as OpenZFS instead ZFS on Linux. Web links have been updated to refer to https://github.com/openzfs/zfs. The extraneous zfsonlinux.org web links in the ZED and SPL sources have been dropped. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #11007
13 lines
275 B
PkgConfig
13 lines
275 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 libnvpair
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lzfsbootenv
|