aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2025-11-17 21:17:19 +0000
committerMartin Matuska <mm@FreeBSD.org>2025-11-17 21:17:19 +0000
commit1b9254f4d4738a90f2a408acfff619818c9493f2 (patch)
tree78c181120ed6ecece1e9ad1a043c1de46ffd409a
parentfb709935d64d5fd4ad21cf8c69faf580760999e4 (diff)
zfs: unbreak gcc builds after openzfs/zfs@e63d026b9
-rw-r--r--lib/libproc/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
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.