[flac-dev] microbench (benchmark_residual) requires -lrt for clock_gettime()

2016-01-23 Thread Ozkan Sezer
On my setup with glibc-2.8, benchmark_residual linkage fails with undefines references to clock_gettime(). Adding -lrt fixes that. The following is a small patch for it. Regards. -- O.S. diff --git a/configure.ac b/configure.ac index 993ac33..392485e 100644 --- a/configure.ac +++ b/configure.ac

Re: [flac-dev] microbench (benchmark_residual) requires -lrt for clock_gettime()

2016-01-23 Thread Erik de Castro Lopo
Ozkan Sezer wrote: > On my setup with glibc-2.8, benchmark_residual linkage fails with > undefines references to clock_gettime(). Adding -lrt fixes that. > The following is a small patch for it. Applied. Thanks. Erik -- --