Link named-xfer -static. This is the only binary that needs to be

statically compiled for named to work chroot'ed, and we'd like
to be able to do that from /etc/rc.d without additional user
intervention.
This commit is contained in:
Doug Barton 2003-06-17 08:53:27 +00:00
parent 549398753a
commit 7c633f01f6

View File

@ -21,7 +21,7 @@ LIBISCDIR!= cd ${.CURDIR}/../../lib/libisc; make -V .OBJDIR
LIBISC:= ${LIBISCDIR}/libisc.a
DPADD+= ${LIBISC}
LDADD+= ${LIBISC}
LDADD+= ${LIBISC} -static
MAN= named-xfer.8