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:
parent
549398753a
commit
7c633f01f6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user