On Wed, Aug 29, 2012 at 6:41 AM, Natanael Copa wrote:
> On Tue, 28 Aug 2012 17:16:18 +
> Blue Swirl wrote:
>
>> On Tue, Aug 28, 2012 at 7:33 AM, Natanael Copa
>> wrote:
>> > On Tue, 21 Aug 2012 18:12:05 +
>> > Blue Swirl wrote:
>> >>
>> >> Now I get this on mingw32:
>> >> config-host.ma
On Tue, 28 Aug 2012 17:16:18 +
Blue Swirl wrote:
> On Tue, Aug 28, 2012 at 7:33 AM, Natanael Copa
> wrote:
> > On Tue, 21 Aug 2012 18:12:05 +
> > Blue Swirl wrote:
> >>
> >> Now I get this on mingw32:
> >> config-host.mak is out-of-date, running configure
> >>
> >> Error: librt check fa
On Tue, Aug 28, 2012 at 7:33 AM, Natanael Copa wrote:
> On Tue, 21 Aug 2012 18:12:05 +
> Blue Swirl wrote:
>>
>> Now I get this on mingw32:
>> config-host.mak is out-of-date, running configure
>>
>> Error: librt check failed
>
> Any news on the v4 patch, which should fix this?
No change:
con
On Tue, 21 Aug 2012 18:12:05 +
Blue Swirl wrote:
>
> Now I get this on mingw32:
> config-host.mak is out-of-date, running configure
>
> Error: librt check failed
Any news on the v4 patch, which should fix this?
Thanks!
Fixes build against uClibc.
uClibc provides 2 versions of clock_gettime(), one with realtime
support and one without (this is so you can avoid linking in -lrt
unless actually needed). This means that the clock_gettime() don't
need -lrt. We still need it for timer_create() so we check for this
func