Only use -lpthread for unix_seqpacket_test, not for all test programs.
Reported by: Garrett Cooper MFC after: 3 weeks Sponsored by: Spectra Logic Corporation
This commit is contained in:
parent
8de34a88de
commit
b3a67a4242
@ -6,6 +6,6 @@ ATF_TESTS_C+= kern_descrip_test
|
||||
ATF_TESTS_C+= unix_seqpacket_test
|
||||
TEST_METADATA.unix_seqpacket_test+= timeout="15"
|
||||
|
||||
LDADD+= -lpthread
|
||||
LDADD.unix_seqpacket_test+= -lpthread
|
||||
|
||||
.include <atf.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user