[Mesa-dev] [Bug 80848] [dri3] Building mesa fails with dri3 enabled

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 24 16:40:20 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=80848

Emil Velikov <emil.l.velikov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emil.l.velikov at gmail.com

--- Comment #25 from Emil Velikov <emil.l.velikov at gmail.com> ---
I think I may have cracked this :P

So as we link libGL.so, we use -L (when libs are located in custom location)
and -rpath for glapi.

As those two are seen the linker (gcc) seemingly ignores the -L directive and
does not add it to the DT_RPATH of the final library. Only the rpath that is
explicitly provided ends up in there.

Now the million dollar question is - is this a bug or a feature. If the latter
how to we handle things correctly ?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141125/8db6e309/attachment-0001.html>


More information about the mesa-dev mailing list