Pull up following revision(s) (requested by kamil in ticket #66):

usr.sbin/ypserv/ypserv/Makefile: revision 1.19

Avoid symbol clashes in usr.sbin/ypserv/ypserv under MKSANITIZER

Remove symbol conflicts for: gethostbyname2
This commit is contained in:
martin 2019-08-16 19:19:27 +00:00
parent 3195ac6bbf
commit c55e9a6406
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.18 2009/10/29 14:41:02 christos Exp $
# $NetBSD: Makefile,v 1.18.48.1 2019/08/16 19:19:27 martin Exp $
.include <bsd.own.mk>
@ -18,4 +18,6 @@ DPADD+= ${LIBWRAP} ${LIBUTIL}
CPPFLAGS.gethnamaddr.c= -UYP -D_LIBC
CPPFLAGS.getnetnamadr.c=-UYP -D_LIBC
SANITIZER_RENAME_SYMBOL+= gethostbyname2
.include <bsd.prog.mk>