[PATCH libdrm] tests: Add -lm to LDADD for dristat

2015-09-09 Thread Emil Velikov
On 7 September 2015 at 11:02, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes build failure due to unresolved log2. > Sigh I've completely forgot that we still have the #include "xf86drm.c" hack around. I'll resent the patch that nukes it shortly but until that gets reviewed this fix will

[PATCH libdrm] tests: Add -lm to LDADD for dristat

2015-09-08 Thread Alex Deucher
On Mon, Sep 7, 2015 at 6:02 AM, Michel Dänzer wrote: > From: Michel Dänzer > > Fixes build failure due to unresolved log2. > > Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher > --- > tests/Makefile.am | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/Makefile.am b/te

[PATCH libdrm] tests: Add -lm to LDADD for dristat

2015-09-07 Thread Michel Dänzer
From: Michel Dänzer Fixes build failure due to unresolved log2. Signed-off-by: Michel Dänzer --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9a2d932..a511d28 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,