<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - [dri3] Building mesa fails with dri3 enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=80848">bug 80848</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>emil.l.velikov@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [dri3] Building mesa fails with dri3 enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=80848#c25">Comment # 25</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [dri3] Building mesa fails with dri3 enabled"
href="https://bugs.freedesktop.org/show_bug.cgi?id=80848">bug 80848</a>
from <span class="vcard"><a class="email" href="mailto:emil.l.velikov@gmail.com" title="Emil Velikov <emil.l.velikov@gmail.com>"> <span class="fn">Emil Velikov</span></a>
</span></b>
<pre>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 ?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>