ef55446a9c
Several of the listed library dependencies are not relevant on FreeBSD. Have ./configure save libraries that are found via pkg-config as ${LIB}_PC and use the configured automake variables instead of hard coded names so we only get what was actually needed. While here, update the URL to point at the OpenZFS Github repo. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10869
15 lines
366 B
PkgConfig
15 lines
366 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libzfs
|
|
Description: LibZFS library
|
|
Version: @VERSION@
|
|
URL: https://github.com/openzfs/zfs
|
|
Requires: libzfs_core
|
|
Requires.private: @LIBCRYPTO_PC@ @ZLIB_PC@
|
|
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
|
Libs: -L${libdir} -lzfs -lnvpair
|
|
Libs.private: -luutil -lm -pthread
|