We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a6f4d commit 0e4db4fCopy full SHA for 0e4db4f
tools/testing/selftests/landlock/Makefile
@@ -13,11 +13,11 @@ TEST_GEN_PROGS := $(src_test:.c=)
13
TEST_GEN_PROGS_EXTENDED := true
14
15
# Short targets:
16
-$(TEST_GEN_PROGS): LDLIBS += -lcap
+$(TEST_GEN_PROGS): LDLIBS += -lcap -lpthread
17
$(TEST_GEN_PROGS_EXTENDED): LDFLAGS += -static
18
19
include ../lib.mk
20
21
# Targets with $(OUTPUT)/ prefix:
22
23
0 commit comments