The branch main has been updated by mm:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1b9254f4d4738a90f2a408acfff619818c9493f2

commit 1b9254f4d4738a90f2a408acfff619818c9493f2
Author:     Martin Matuska <[email protected]>
AuthorDate: 2025-11-17 21:17:19 +0000
Commit:     Martin Matuska <[email protected]>
CommitDate: 2025-11-17 21:17:19 +0000

    zfs: unbreak gcc builds after openzfs/zfs@e63d026b9
---
 lib/libproc/tests/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libproc/tests/Makefile b/lib/libproc/tests/Makefile
index 9467cc634884..ebefdfb713f2 100644
--- a/lib/libproc/tests/Makefile
+++ b/lib/libproc/tests/Makefile
@@ -4,7 +4,7 @@ PROGS=          target_prog
 SRCS_target_prog=      target_prog.c
 BINDIR_target_prog=    ${TESTSDIR}
 
-LIBADD=        elf proc rtld_db util
+LIBADD=        elf proc rtld_db util pthread
 
 # Ensure that symbols aren't stripped from the test program, as they're needed
 # for testing symbol lookup.

Reply via email to