Index: trunk/glueforge/templates/psdb/configure_ac.tt
===================================================================
--- trunk/glueforge/templates/psdb/configure_ac.tt	(revision 4363)
+++ trunk/glueforge/templates/psdb/configure_ac.tt	(revision 4364)
@@ -30,5 +30,5 @@
 
 dnl is this the best was to setup recursive CFLAGS?
-[% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99"
+[% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99 -fno-strict-aliasing"
 AC_SUBST([[% pkg_name %]_CFLAGS])
 
