[directfb] Remove ffast-math

Nicolas Chauvet kwizart at fedoraproject.org
Tue Aug 23 21:50:11 UTC 2011


commit c64ab19f9612f0cc5ed931abf4daf0ad3d0e6e67
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Aug 23 23:38:34 2011 +0200

    Remove ffast-math

 directfb.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/directfb.spec b/directfb.spec
index 849270d..9fc4978 100644
--- a/directfb.spec
+++ b/directfb.spec
@@ -83,6 +83,8 @@ done
 #Remove old headers
 rm interfaces/IDirectFBVideoProvider/{videodev.h,videodev2.h}
 
+#Disable ffast-math
+sed -i -e 's/-ffast-math -pipe//' configure.in configure
 
 
 %build


More information about the scm-commits mailing list