On Mon, 2013-10-14 at 15:58 +0100, Gordon Sim wrote:
> I get a build error on trunk at present with Fedora 17. Its a link error
> for the legacystore lib, complaining about the missing symbol clock_gettime.
>
> The attached patch fixes the issue for me. Any concerns if I go ahead
> and commit it? Is no-one else experiencing this problem?
It looks like recent versions of Fedora (probably glibc) have moved
clock_gettime() into libc from librt. which explains why it builds on
recent versions of Fedora ok.
Please use ${clock_gettime_LIB} instead of hardcoding rt in the CMake
files.
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]