File xprobe2-strict-aliasing-punning.patch of Package xprobe2
diff --git a/libs-external/USI++/src/Makefile.in b/libs-external/USI++/src/Makefile.in index 05e0377..e754e75 100755 --- a/libs-external/USI++/src/Makefile.in +++ b/libs-external/USI++/src/Makefile.in @@ -2,7 +2,7 @@ # LIBS=@LIBS@ -CFLAGS=@CFLAGS@ -I/usr/include/pcap -I. -Wall +CFLAGS=@CFLAGS@ -I/usr/include/pcap -I. -Wall -fno-strict-aliasing CXX=@CXX@ INSTALL=@INSTALL@ RANLIB=@RANLIB@