[Bug 293297] PkgBase: FreeBSD-zfs-dev libzfs.h header is useless
| Newsgroups | gmane.os.freebsd.devel.file-systems |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293297 --- Comment #4 from Alan Somers <[email protected]> --- I think the consensus from all of those other bugs is that: libzfs_core.h should be installed in /usr/include, along with everything else it needs. libzfs should be installed as a private lib in /usr/lib, and if it installs any headers, they should be in /usr/include/private . The few ports that require libzfs, like filesystems/py-libzfs, must depend ${SRC_BASE}, and they can be expected to break after an upgrade of the OS. Do you agree, Nico Sonak? -- You are receiving this mail because: You are the assignee for the bug.