mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Use LIBADD for pthread.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
38295fe1ad
commit
1ef7db0f31
1 changed files with 2 additions and 2 deletions
|
|
@ -161,6 +161,6 @@ LIBDEPS=\
|
|||
llvmcore \
|
||||
llvmsupport
|
||||
|
||||
.include "../clang.prog.mk"
|
||||
LIBADD+= pthread
|
||||
|
||||
LDADD+= -lpthread
|
||||
.include "../clang.prog.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue