The branch main has been updated by pstef: URL: https://cgit.FreeBSD.org/src/commit/?id=12061d2626e095cd5a5cbadeb567916e7d74db5a
commit 12061d2626e095cd5a5cbadeb567916e7d74db5a Author: Piotr Pawel Stefaniak <ps...@freebsd.org> AuthorDate: 2021-09-16 07:27:29 +0000 Commit: Piotr Pawel Stefaniak <ps...@freebsd.org> CommitDate: 2021-09-16 07:31:44 +0000 diff: link with libm for sqrt() Reported by: Jenkins Fixes: bcf2e78dc48378456798191f1c15cb76d6221a65 --- usr.bin/diff/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/diff/Makefile b/usr.bin/diff/Makefile index a9f79d3d81e1..4879570306ba 100644 --- a/usr.bin/diff/Makefile +++ b/usr.bin/diff/Makefile @@ -4,6 +4,7 @@ PROG= diff SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c +LIBADD= m HAS_TESTS= SUBDIR.${MK_TESTS}+= tests _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"