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

Emil Velikov <emil.l.veli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emil.l.veli...@gmail.com

--- Comment #25 from Emil Velikov <emil.l.veli...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to