[Bug 265397] irc/irssi: nvlist_create not found
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 265397] irc/irssi: nvlist_create not found"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Jul 2022 08:13:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265397
--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
This appears to be because the current meson file does not include 'sys/nv.h'
while testing for nvlist_create().
I changed the relevant line to:
nvlist_create_found = libnv.found() and cc.has_function('nvlist_create',
dependencies : libnv, prefix : '#include <sys/nv.h>')
and can now compile successfully.
--
You are receiving this mail because:
You are the assignee for the bug.