Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/racoon/racoon



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.




Home | Main Index | Thread Index | Old Index