[perl-Perlbal-XS-HTTPHeaders] Work around CCFLAGS bug in EU::MM

Petr Sabata psabata at fedoraproject.org
Wed Jul 27 12:08:50 UTC 2011


commit 0eedef72057a9d72701fbc00414d1a5f62de53e5
Author: Petr Pisar <ppisar at redhat.com>
Date:   Wed Jul 27 14:00:42 2011 +0200

    Work around CCFLAGS bug in EU::MM

 perl-Perlbal-XS-HTTPHeaders.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Perlbal-XS-HTTPHeaders.spec b/perl-Perlbal-XS-HTTPHeaders.spec
index 9a64f8a..496f1be 100644
--- a/perl-Perlbal-XS-HTTPHeaders.spec
+++ b/perl-Perlbal-XS-HTTPHeaders.spec
@@ -3,7 +3,7 @@
 
 Name:           perl-%{libname}
 Version:        0.20
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Perlbal extension for processing HTTP headers
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -22,6 +22,8 @@ maintaining the ability to modify individual parts of the whole.
 
 %prep
 %setup -q -n %{libname}-%{version}
+# Work around bug in EU::MM (RT#68613), remove forced CC options
+sed -i -e "/CCFLAGS/d" Makefile.PL
 
 # filter unwanted Provides
 cat << \EOF > %{name}-prov
@@ -58,6 +60,9 @@ make test
 %{_mandir}/man3/Perlbal::XS::HTTPHeaders.*
 
 %changelog
+* Tue Jul 26 2011 Petr Pisar <ppisar at redhat.com> - 0.20-6
+- Work-around CCFLAGS bug in EU::MM
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 0.20-5
 - Perl mass rebuild
 


More information about the scm-commits mailing list