mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268770
@ -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