mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing DPADD to Makefile.
PR: 192733
This commit is contained in:
parent
6a3fc532ab
commit
f0f8856f68
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ CFLAGS+= -D_GNU_SOURCE
|
|||
CFLAGS+= -g
|
||||
CFLAGS+= -DHAVE_DEBUG
|
||||
.endif
|
||||
DPADD+= ${LIBPTHREAD}
|
||||
LDADD+= ${PTHREAD_LIBS}
|
||||
|
||||
MLINKS=
|
||||
|
|
|
|||
Loading…
Reference in a new issue