Author: duncan
Date: Tue Sep 26 12:21:02 2006
New Revision: 8241

Added:
   branches/rel-1-5/freevo/contrib/patches/freevo-optimize.patch

Log:
[ 1565076 ] Disables -OO in my RPM builds
Reenables the optimization.


Added: branches/rel-1-5/freevo/contrib/patches/freevo-optimize.patch
==============================================================================
--- (empty file)
+++ branches/rel-1-5/freevo/contrib/patches/freevo-optimize.patch       Tue Sep 
26 12:21:02 2006
@@ -0,0 +1,12 @@
+Index: freevo
+===================================================================
+--- freevo     (revision 8240)
++++ freevo     (working copy)
+@@ -467,4 +467,7 @@
+         print 'freevo still running, run \'freevo stop\' to stop'
+     sys.exit(0)
+ 
++if python[0].find('python') != -1:
++    python = [ python[0] , '-OO' ] + python[1:]
++
+ start(name, python + proc , bg, check)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to