mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Remove pthread from LIBADD for openssl(1).
libcrypto is linked with pthread since r338816.
This commit is contained in:
parent
63ffbd00fc
commit
7c1dfe5b38
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PROG= openssl
|
||||
|
||||
LIBADD= ssl crypto pthread
|
||||
LIBADD= ssl crypto
|
||||
|
||||
.if exists(Makefile.man)
|
||||
.include "Makefile.man"
|
||||
|
|
|
|||
Loading…
Reference in a new issue