Subject: CVS commit: [netbsd-2-0] src/usr.sbin/racoon/racoon
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 08/11/2004 19:52:07
Module Name:	src
Committed By:	jmc
Date:		Wed Aug 11 19:52:07 UTC 2004

Modified Files:
	src/usr.sbin/racoon/racoon [netbsd-2-0]: Makefile

Log Message:
Pullup rev 1.21 (requested by junyoung in ticket #738)

Add -fno-strict-aliasing to CFLAGS to avoid gcc warning
"dereferencing type-punned pointer will break strict-aliasing rules"
which occurs when compiling crypto_openssl.c with -O[23s].


To generate a diff of this commit:
cvs rdiff -r1.19.2.2 -r1.19.2.3 src/usr.sbin/racoon/racoon/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.