projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7faedc9
)
tests: Add -lm to LDADD for dristat
author
Michel Dänzer
<michel.daenzer@amd.com>
Mon, 7 Sep 2015 10:02:14 +0000
(19:02 +0900)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Wed, 9 Sep 2015 15:03:03 +0000
(16:03 +0100)
Fixes build failure due to unresolved log2.
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
tests/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/Makefile.am
b/tests/Makefile.am
index 9a2d9328a9f88f1cf7099cbe2084578bdbf744e4..a511d28ac13c4721feca400a522206b106ccb863 100644
(file)
--- 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