libpythagoras needs libm.
This fixes "make tinderbox" failures on various architectures when WITH_TESTS=yes is enabled. Problem introduced in r267679.
This commit is contained in:
parent
984a2ea91f
commit
2504a6af6b
@ -10,4 +10,7 @@ SHLIBDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf
|
||||
|
||||
SRCS= pythagoras.c
|
||||
|
||||
DPADD= ${LIBM}
|
||||
LDADD= -lm
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user