<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - cmake: don't hardcode libdir"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103211#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - cmake: don't hardcode libdir"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103211">bug 103211</a>
from <span class="vcard"><a class="email" href="mailto:ilovezfs@icloud.com" title="ilovezfs@icloud.com">ilovezfs@icloud.com</a>
</span></b>
<pre>Unfortunately this has the side-effect of breaking the pkg-config files for
everyone else who isn't explicitly setting CMAKE_INSTALL_LIBDIR and
CMAKE_INSTALL_INCLUDEDIR. The reason is that rather than ending up with
libdir=${exec_prefix}/lib
includedir=${prefix}/include
instead, by default, you get
libdir=lib
includedir=include
I expect 0.61.0 will be a bit of a mess from a downstream packaging perspective
as a result.
In Homebrew, while working on the 0.61.0 upgrade pull request, I just had to
puzzle around over why none of the reverse dependencies would build until I
found that the pkg-config files were broken and traced it back here. Multiply
that by every other downstream and you get the picture.</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>