0047874
diff --git a/iscsiuio/configure b/iscsiuio/configure
0047874
index 50cfd90..c930b67 100755
0047874
--- a/iscsiuio/configure
0047874
+++ b/iscsiuio/configure
0047874
@@ -22782,7 +22782,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
0047874
 
0047874
 
0047874
 
0047874
-CFLAGS="${CFLAGS} -O2 -Wall"
0047874
+CFLAGS="${CFLAGS} -O2 -Wall -fno-strict-aliasing"
0047874
 ## check for --enable-debug first before checking CFLAGS before
0047874
 ## so that we don't mix -O and -g
0047874
 # Check whether --enable-debug was given.
0047874
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
0047874
index e4af3b2..551a513 100644
0047874
--- a/iscsiuio/configure.ac
0047874
+++ b/iscsiuio/configure.ac
0047874
@@ -52,7 +52,7 @@ AC_LIBTOOL_DLOPEN
0047874
 # libtool stuff
0047874
 AC_PROG_LIBTOOL
0047874
 
0047874
-CFLAGS="${CFLAGS} -O2 -Wall"
0047874
+CFLAGS="${CFLAGS} -O2 -Wall -fno-strict-aliasing"
0047874
 ## check for --enable-debug first before checking CFLAGS before
0047874
 ## so that we don't mix -O and -g
0047874
 AC_ARG_ENABLE(debug,