Date: Fri, 15 Sep 2023 23:14:48 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 273803] graphics/mesa-dri:mesa-dri is missing a required shared library: libelf.so.1 Message-ID: <bug-273803-7141-hm9pPSVzLv@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273803-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-273803-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273803 --- 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 =3D dependency('libelf', required : false) if not with_platform_windows and not dep_elf.found() dep_elf =3D cc.find_library('elf', required : false) endif if dep_elf.found() pre_args +=3D '-DUSE_LIBELF' endif New path removes only 'libelf'. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273803-7141-hm9pPSVzLv>