Remove pthread from LIBADD for openssl(1).
libcrypto is linked with pthread since r338816.
This commit is contained in:
parent
63ffbd00fc
commit
7c1dfe5b38
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= openssl
|
||||
|
||||
LIBADD= ssl crypto pthread
|
||||
LIBADD= ssl crypto
|
||||
|
||||
.if exists(Makefile.man)
|
||||
.include "Makefile.man"
|
||||
|
Loading…
Reference in New Issue
Block a user