svn commit: r268770 - head/libexec/rtld-elf/tests/libpythagoras

看板FB_svn作者時間11年前 (2014/07/17 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Author: jmmv Date: Wed Jul 16 16:42:58 2014 New Revision: 268770 URL: http://svnweb.freebsd.org/changeset/base/268770 Log: libpythagoras needs libm. This fixes "make tinderbox" failures on various architectures when WITH_TESTS=yes is enabled. Problem introduced in r267679. Modified: head/libexec/rtld-elf/tests/libpythagoras/Makefile Modified: head/libexec/rtld-elf/tests/libpythagoras/Makefile ============================================================================== --- head/libexec/rtld-elf/tests/libpythagoras/Makefile Wed Jul 16 16:38:25 2014 (r268769) +++ head/libexec/rtld-elf/tests/libpythagoras/Makefile Wed Jul 16 16:42:58 2014 (r268770) @@ -10,4 +10,7 @@ SHLIBDIR= ${TESTSBASE}${TESTSDIR}/libexe SRCS= pythagoras.c +DPADD= ${LIBM} +LDADD= -lm + .include <bsd.lib.mk> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
文章代碼(AID): #1JnhtWCK (FB_svn)