summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.yppasswdd
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-20 02:07:30 +0000
committerjb <jb@FreeBSD.org>2007-11-20 02:07:30 +0000
commit5582e69034ba50273e149d51bf06746392403b90 (patch)
treec738c1fa5da607c325a8355cce50ee176ba703ca /usr.sbin/rpc.yppasswdd
parentef0bd1833e12eed047d40a562663a0d7122ced7a (diff)
downloadFreeBSD-src-5582e69034ba50273e149d51bf06746392403b90.zip
FreeBSD-src-5582e69034ba50273e149d51bf06746392403b90.tar.gz
These are the things that the tinderbox has problems with because it
doesn't use the default CFLAGS which contain -fno-strict-aliasing. Until the code is cleaned up, just add -fno-strict-aliasing to the CFLAGS of these for the tinderboxes' sake, allowing the rest of the tree to have -Werror enabled again.
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r--usr.sbin/rpc.yppasswdd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rpc.yppasswdd/Makefile b/usr.sbin/rpc.yppasswdd/Makefile
index 1b76da4..bbd2658 100644
--- a/usr.sbin/rpc.yppasswdd/Makefile
+++ b/usr.sbin/rpc.yppasswdd/Makefile
@@ -15,6 +15,7 @@ GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_private.h yppasswd_private_svc.c \
yppasswd_private_xdr.c yppasswd_svc.c
WARNS?= 4
+CFLAGS+= -fno-strict-aliasing
CFLAGS+= -I${.CURDIR}/../../usr.sbin/vipw \
-I${.CURDIR}/../../usr.sbin/ypserv \
-I${.CURDIR}/../../libexec/ypxfr \
OpenPOWER on IntegriCloud