Revision: 6676 http://ipcop.svn.sourceforge.net/ipcop/?rev=6676&view=rev Author: gespinasse Date: 2012-06-29 20:32:24 +0000 (Fri, 29 Jun 2012) Log Message: ----------- Small cleanup. Instead of a sed, use available CCOPT
Modified Paths: -------------- ipcop/trunk/lfs/iputils Modified: ipcop/trunk/lfs/iputils =================================================================== --- ipcop/trunk/lfs/iputils 2012-06-29 06:13:13 UTC (rev 6675) +++ ipcop/trunk/lfs/iputils 2012-06-29 20:32:24 UTC (rev 6676) @@ -92,9 +92,7 @@ cd $(DIR_APP) && tar zxf $(DIR_DL)/$(PATCH1) cd $(DIR_APP) && for patch in `cat debian/patches/series` ; do patch -p1 -i debian/patches/$$patch; done - cd $(DIR_APP) && sed -i "s/\-O2/$(CFLAGS)/" Makefile - - cd $(DIR_APP) && make ping ping6 + cd $(DIR_APP) && make ping ping6 CCOPT="-D_GNU_SOURCE $(CFLAGS) -Wall" cd $(DIR_APP) && install -m 0755 ping ping6 /bin @rm -rf $(DIR_APP) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn