mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
mark that libctf depends upon libz so that if you dlopen libctf, you
don't get: Undefined symbol "zError"
This commit is contained in:
parent
e0436612a9
commit
1189b87f96
1 changed files with 3 additions and 0 deletions
|
|
@ -27,5 +27,8 @@ CFLAGS+= -I${.CURDIR}/../../../sys/cddl/compat/opensolaris \
|
|||
-I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
|
||||
-I${OPENSOLARIS_SYS_DISTDIR}/uts/common
|
||||
|
||||
DPADD= ${LIBZ}
|
||||
LDADD= -lz
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue