From owner-cvs-src@FreeBSD.ORG Tue Nov 20 02:07:30 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A12A16A418; Tue, 20 Nov 2007 02:07:30 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1AA13C465; Tue, 20 Nov 2007 02:07:30 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAK27UYR082245; Tue, 20 Nov 2007 02:07:30 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAK27UmF082244; Tue, 20 Nov 2007 02:07:30 GMT (envelope-from jb) Message-Id: <200711200207.lAK27UmF082244@repoman.freebsd.org> From: John Birrell Date: Tue, 20 Nov 2007 02:07:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2007 02:07:30 -0000 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