Revision: 7032 http://ipcop.svn.sourceforge.net/ipcop/?rev=7032&view=rev Author: gespinasse Date: 2013-05-17 06:44:32 +0000 (Fri, 17 May 2013) Log Message: ----------- Fix the strict aliasing warning with gcc-4.4
Modified Paths: -------------- ipcop/trunk/lfs/libnet Modified: ipcop/trunk/lfs/libnet =================================================================== --- ipcop/trunk/lfs/libnet 2013-05-16 08:40:53 UTC (rev 7031) +++ ipcop/trunk/lfs/libnet 2013-05-17 06:44:32 UTC (rev 7032) @@ -84,6 +84,9 @@ @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + # Only needed for gcc-4, newer version behave better + cd $(DIR_APP) && echo 'test_ipv6_icmpv4_CFLAGS=-fno-strict-aliasing' >> sample/Makefile.in + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn