From fdb8c1ca629b52f45c4ef8ece590cd4f056f4f6c Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 16 Jul 2014 16:42:58 +0000 Subject: libpythagoras needs libm. This fixes "make tinderbox" failures on various architectures when WITH_TESTS=yes is enabled. Problem introduced in r267679. --- libexec/rtld-elf/tests/libpythagoras/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libexec') diff --git a/libexec/rtld-elf/tests/libpythagoras/Makefile b/libexec/rtld-elf/tests/libpythagoras/Makefile index 568ac80..09b67c9 100644 --- a/libexec/rtld-elf/tests/libpythagoras/Makefile +++ b/libexec/rtld-elf/tests/libpythagoras/Makefile @@ -10,4 +10,7 @@ SHLIBDIR= ${TESTSBASE}${TESTSDIR}/libexec/rtld-elf SRCS= pythagoras.c +DPADD= ${LIBM} +LDADD= -lm + .include -- cgit v1.1