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:
Alan Somers 2014-03-06 20:39:56 +00:00
parent 8de34a88de
commit b3a67a4242
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262868

View File

@ -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>