Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 574047 Details for
Bug 808560
fix build with httpd 2.4
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix for 2.4
0001-fix-build-with-httpd-2.4.patch (text/plain), 1.90 KB, created by
Joe Orton
on 2012-03-30 17:37:55 UTC
(
hide
)
Description:
fix for 2.4
Filename:
MIME Type:
Creator:
Joe Orton
Created:
2012-03-30 17:37:55 UTC
Size:
1.90 KB
patch
obsolete
>From f2a1d181fb43c163947c6b357195318d8129c059 Mon Sep 17 00:00:00 2001 >From: Joe Orton <jorton@redhat.com> >Date: Fri, 30 Mar 2012 11:41:07 +0100 >Subject: [PATCH] fix build with httpd 2.4 > >--- > mod_flvx.spec | 12 +++++++++--- > 1 files changed, 9 insertions(+), 3 deletions(-) > >diff --git a/mod_flvx.spec b/mod_flvx.spec >index 6d21958..08998af 100644 >--- a/mod_flvx.spec >+++ b/mod_flvx.spec >@@ -1,9 +1,12 @@ >+%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}} >+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}} >+ > %global gitver 48bb878 > > Summary: FLV progressive download streaming for the Apache HTTP Server > Name: mod_flvx > Version: 0 >-Release: 0.2.20100525git%{?dist} >+Release: 0.1.20100525git%{?dist} > Group: System Environment/Daemons > License: ASL 2.0 > URL: http://tperspective.blogspot.com/2009/02/apache-flv-streaming-done-right.html >@@ -11,7 +14,7 @@ URL: http://tperspective.blogspot.com/2009/02/apache-flv-streaming-done-right.h > Source0: osantana-%{name}-%{gitver}.tar.gz > Source1: flvx.conf > BuildRequires: httpd-devel >= 2.0.39 >-Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing httpd-devel) >+Requires: httpd-mmn = %{_httpd_mmn} > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > %description >@@ -31,7 +34,7 @@ supported tool, e.g. flvtool2. > %setup -q -n osantana-%{name}-%{gitver} > > %build >-%{_sbindir}/apxs -Wc,-Wall -c %{name}.c >+%{_httpd_apxs} -Wc,-Wall -c %{name}.c > > %install > rm -rf $RPM_BUILD_ROOT >@@ -52,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT > %config(noreplace) %{_sysconfdir}/httpd/conf.d/flvx.conf > > %changelog >+* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 0-0.1.20100525git >+- fix build with httpd 2.4 >+ > * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.2.20100525git > - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 808560
: 574047