[efax] add -fno-strict-aliasing into RPM_OPT_FLAGS

Than Ngo than at fedoraproject.org
Wed Mar 6 14:33:32 UTC 2013


commit f4ebc61c966f65cd4972bf5b884004e0571fa265
Author: Than Ngo <than at redhat.com>
Date:   Wed Mar 6 15:33:06 2013 +0100

    add -fno-strict-aliasing into RPM_OPT_FLAGS

 efax.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/efax.spec b/efax.spec
index 58ce125..7296750 100644
--- a/efax.spec
+++ b/efax.spec
@@ -1,7 +1,7 @@
 Summary: A program for faxing using a Class 1, 2 or 2.0 fax modem
 Name: efax
 Version: 0.9a
-Release: 13.001114%{?dist}
+Release: 14.001114%{?dist}
 License: GPLv2+
 Group: Applications/Communications
 Url: http://www.cce.com/efax/
@@ -45,7 +45,7 @@ Class 1, 2 or 2.0 fax modem.
 %patch10 -p1 -b .crash
 
 %build
-make %{?_smp_mflags} RPM_OPT_FLAGS="-ansi $RPM_OPT_FLAGS"
+make %{?_smp_mflags} RPM_OPT_FLAGS="-ansi $RPM_OPT_FLAGS -fno-strict-aliasing"
 
 %install
 rm -rf %{buildroot}
@@ -71,6 +71,9 @@ rm -rf %{buildroot}
 %dir %{_localstatedir}/log/fax
 
 %changelog
+* Wed Mar 06 2013 Than Ngo <than at redhat.com> - 0.9a-14.001114
+- add -fno-strict-aliasing into RPM_OPT_FLAGS
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9a-13.001114
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list