[Bug 273803] graphics/mesa-dri:mesa-dri is missing a required shared library: libelf.so.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Sep 2023 23:14:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273803

--- Comment #4 from Ivan Rozhuk <rozhuk.im@gmail.com> ---
As fallback it uses "Library elf found: YES", it is also marked as optional but
got link error.
dep_elf = dependency('libelf', required : false)
if not with_platform_windows and not dep_elf.found()
  dep_elf = cc.find_library('elf', required : false)
endif
if dep_elf.found()
  pre_args += '-DUSE_LIBELF'
endif

New path removes only 'libelf'.

-- 
You are receiving this mail because:
You are the assignee for the bug.