]> git.pld-linux.org Git - packages/apache-mod_auth_xradius.git/blobdiff - apache-mod_auth_xradius.spec
- fix building with apache 2.4
[packages/apache-mod_auth_xradius.git] / apache-mod_auth_xradius.spec
index bc5215b86c516314745e057edf48fc335759830d..a2b9efd47592d68810764c43f2f6b3bb219563e3 100644 (file)
@@ -1,15 +1,16 @@
 #
 %define                mod_name        auth_xradius
-%define        apxs            %{_sbindir}/apxs
+%define                apxs            %{_sbindir}/apxs
 Summary:       Apache module:
 Name:          apache-mod_%{mod_name}
 Version:       0.4.6
-Release:       4
+Release:       5
 License:       GPL
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.outoforder.cc/downloads/mod_auth_xradius/mod_auth_xradius-%{version}.tar.bz2
 # Source0-md5: eeecc96f15dec9fe0a9c78c0b022903d
 Source1:       %{name}.conf
+Patch0:                mod_auth_xradius-unixd.patch
 URL:           http://www.outoforder.cc/projects/apache/mod_auth_xradius/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.2
@@ -34,6 +35,7 @@ mod_auth_xradius provides high performance authentication against RFC
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
+%patch0 -p1
 
 %build
 %configure
This page took 0.13585 seconds and 4 git commands to generate.