Subject: CVS commit: src/usr.sbin/racoon/racoon
To: None <source-changes@NetBSD.org>
From: Bang Jun-Young <junyoung@netbsd.org>
List: source-changes
Date: 08/05/2004 17:13:54
Module Name:	src
Committed By:	junyoung
Date:		Thu Aug  5 17:13:54 UTC 2004

Modified Files:
	src/usr.sbin/racoon/racoon: Makefile

Log Message:
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].
This should be gone once a new release of kame with a fix applied
is imported.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 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.