mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Don't always link statically with libwrap. By the time amd(8)
runs, /usr/lib should have already been mounted. Found by: make checkdpadd
This commit is contained in:
parent
20bdb50c3c
commit
c004f40325
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177718
@ -28,7 +28,7 @@ CFLAGS+= -I${.CURDIR}/../../../contrib/amd/amd \
|
||||
-I${DESTDIR}/usr/include/rpcsvc
|
||||
|
||||
DPADD= ${LIBAMU} ${LIBWRAP}
|
||||
LDADD= ${LIBAMU} ${LIBWRAP}
|
||||
LDADD= ${LIBAMU} -lwrap
|
||||
|
||||
CLEANFILES+= conf_parse.c conf_parse.h conf_tok.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user