On Mon, Sep 7, 2015 at 6:02 AM, Michel Dänzer <michel@xxxxxxxxxxx> wrote: > From: Michel Dänzer <michel.daenzer@xxxxxxx> > > Fixes build failure due to unresolved log2. > > Signed-off-by: Michel Dänzer <michel.daenzer@xxxxxxx> Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > 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,6 +33,8 @@ check_PROGRAMS = \ > dristat \ > drmstat > > +dristat_LDADD = -lm > + > if HAVE_NOUVEAU > SUBDIRS += nouveau > endif > -- > 2.5.0 > > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel