Avoid symbol clashes in fs/nfs/nfsservice under MKSANITIZER

Remove symbol conflicts for: __getmntinfo13
This commit is contained in:
kamil 2019-08-15 08:23:45 +00:00
parent 825c3698b4
commit 5d3c833b7d
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2016/08/13 11:20:00 christos Exp $
# $NetBSD: Makefile,v 1.13 2019/08/15 08:23:45 kamil Exp $
#
NOMAN= 1
@ -48,4 +48,6 @@ CPPFLAGS+= -I${LIBRPCDIR} -DPORTMAP -DLIBWRAP -DRPCBIND_RUMP
LDADD+= -lwrap -lutil
DPADD+= ${LIBWRAP} ${LIBUTIL}
SANITIZER_RENAME_SYMBOL+= __getmntinfo13
.include <bsd.test.mk>