mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Convert to LIBADD
Remove dependency on pthread, it is not needed
This commit is contained in:
parent
25b2c4df89
commit
dc4eeb59c7
1 changed files with 1 additions and 2 deletions
|
|
@ -17,7 +17,6 @@ CFLAGS+= -I${OPENSOLARIS_USR_DISTDIR} \
|
|||
-I${OPENSOLARIS_USR_DISTDIR}/tools/ctf/common \
|
||||
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
|
||||
|
||||
DPADD= ${LIBPTHREAD} ${LIBELF} ${LIBZ}
|
||||
LDADD= -lpthread -lelf -lz
|
||||
LIBADD= elf z
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue