Revision: 6555 http://ipcop.svn.sourceforge.net/ipcop/?rev=6555&view=rev Author: gespinasse Date: 2012-04-21 22:05:11 +0000 (Sat, 21 Apr 2012) Log Message: ----------- Remove the sed on configure and use --with-cflags option fix the configure warning ./configure: line 7135: CFLAGS: command not found
Nothing is changed in the binary file. I tested adding -Wextra to with-cflags but that trigger more warning than what I accept to see for now. Modified Paths: -------------- ipcop/trunk/lfs/fcron Modified: ipcop/trunk/lfs/fcron =================================================================== --- ipcop/trunk/lfs/fcron 2012-04-21 20:24:48 UTC (rev 6554) +++ ipcop/trunk/lfs/fcron 2012-04-21 22:05:11 UTC (rev 6555) @@ -86,10 +86,10 @@ cd $(DIR_APP) && sed -i -e "s,^CFLAGS = ,CFLAGS = -fsigned-char ," Makefile.in endif - cd $(DIR_APP) && sed -i -e 's/-O2/$$(CFLAGS)/g' configure cd $(DIR_APP) && ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ + --with-cflags="-Wall" \ --without-sendmail \ --with-spooldir=/var/spool/cron \ --with-fifodir=/var/run \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn