On 08/18/2012 10:57 PM, Mike Frysinger wrote:
> When statically linking pthreads with rt, the current order is:
> -lpthread -lrt
>
> But when statically linking, the -lpthread will be discarded as it
> isn't used. It needs to come after the -lrt.
>
> * m4/timer_time.m4 (LIB_TIMER_TIME): Sw
When statically linking pthreads with rt, the current order is:
-lpthread -lrt
But when statically linking, the -lpthread will be discarded as it
isn't used. It needs to come after the -lrt.
* m4/timer_time.m4 (LIB_TIMER_TIME): Swap order of variables.
---
m4/timer_time.m4 |2 +-
1