Search
j0ke.net Open Build Service
>
Projects
>
Apache
:
2.4
:
Modules
>
apache2-mod_geoip
> project.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File project.diff of Package apache2-mod_geoip
--- apache2-mod_geoip.spec.orig +++ apache2-mod_geoip.spec @@ -32,6 +32,7 @@ Summary: GeoIP Apache API Url: http://www.maxmind.com/app/mod_geoip Source0: http://www.maxmind.com/download/geoip/api/mod_geoip2/%{modname}%{modapaver}_%{version}.tar.gz Source1: mod_geoip.conf +Patch0: apache24.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: GeoIP BuildRequires: libGeoIP-devel @@ -50,6 +51,7 @@ For more documentation, see the README f %debug_package %prep %setup -n %{modname}%{modapaver}_%{version} +%patch0 -p1 %build %{apxs} -a -L%{_libdir} -I%{_includedir} -lGeoIP -c %{modname}.c