[Bug 273803] graphics/mesa-dri:mesa-dri is missing a required shared library: libelf.so.1
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273803 --- Comment #4 from Ivan Rozhuk <[email protected]> --- 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.