Fix libfifolog dependency on libz

Consumers should not need to encode fifolog's dependency on libz.
Handle it automatically in src.libnames.mk.

Differential Revision:	https://reviews.freebsd.org/D2278
Reviewed by:	bapt
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-04-10 21:24:38 +00:00
parent f05e369aa2
commit ad746bd1b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281384
3 changed files with 5 additions and 2 deletions

View File

@ -259,6 +259,9 @@ LDADD_sqlite3+= ${LDADD_pthread}
DPADD_atf_cxx+= ${DPADD_atf_c}
LDADD_atf_cxx+= ${LDADD_atf_c}
DPADD_fifolog+= ${DPADD_z}
LDADD_fifolog+= ${LDADD_z}
DPADD_ipf+= ${DPADD_kvm}
LDADD_ipf+= ${LDADD_kvm}

View File

@ -6,7 +6,7 @@ CFLAGS+= -I${.CURDIR}/../lib
MAN=
LIBADD= z fifolog
LIBADD= fifolog
regress:
./${PROG} /tmp/fifolog.0

View File

@ -6,7 +6,7 @@ CFLAGS+= -I${.CURDIR}/../lib
MAN=
LIBADD= z fifolog
LIBADD= fifolog
regress:
date | ./${PROG} -z 0 /tmp/fifolog.0