Re: [PATCH weston] build: Add -lrt for programs that use clock_gettime()

2015-10-21 Thread Derek Foreman
Thanks, Pushed. On 04/10/15 08:27 AM, Giulio Camuffo wrote: > 2015-06-29 22:05 GMT+03:00 Derek Foreman : >> glibc requires this prior to 2.17, and we already do it in a few other >> places. >> >> Signed-off-by: Derek Foreman > > Reviewed-by: Giulio Camuffo > >> --- >> Makefile.am | 4 ++-- >>

Re: [PATCH weston] build: Add -lrt for programs that use clock_gettime()

2015-10-04 Thread Giulio Camuffo
2015-06-29 22:05 GMT+03:00 Derek Foreman : > glibc requires this prior to 2.17, and we already do it in a few other > places. > > Signed-off-by: Derek Foreman Reviewed-by: Giulio Camuffo > --- > Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.a

[PATCH weston] build: Add -lrt for programs that use clock_gettime()

2015-06-29 Thread Derek Foreman
glibc requires this prior to 2.17, and we already do it in a few other places. Signed-off-by: Derek Foreman --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f493d16..347c64a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7