Date: Tue, 20 Nov 2007 02:07:30 +0000 (UTC) From: John Birrell <jb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkse Makefile src/lib/libthr Makefile src/usr.bin/netstat Makefile src/usr.sbin/acpi/acpidb Makefile src/usr.sbin/kldxref Makefile src/usr.sbin/nscd Makefile src/usr.sbin/rpc.yppasswdd Makefile Message-ID: <200711200207.lAK27UmF082244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 2007-11-20 02:07:30 UTC
FreeBSD src repository
Modified files:
lib/libkse Makefile
lib/libthr Makefile
usr.bin/netstat Makefile
usr.sbin/acpi/acpidb Makefile
usr.sbin/kldxref Makefile
usr.sbin/nscd Makefile
usr.sbin/rpc.yppasswdd Makefile
Log:
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.
Revision Changes Path
1.67 +1 -0 src/lib/libkse/Makefile
1.29 +1 -0 src/lib/libthr/Makefile
1.40 +1 -0 src/usr.bin/netstat/Makefile
1.9 +1 -0 src/usr.sbin/acpi/acpidb/Makefile
1.11 +1 -0 src/usr.sbin/kldxref/Makefile
1.5 +1 -0 src/usr.sbin/nscd/Makefile
1.22 +1 -0 src/usr.sbin/rpc.yppasswdd/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711200207.lAK27UmF082244>
