Logoj0ke.net Open Build Service > Projects > Apache:2.4:Modules > apache2-mod_auth_radius > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed apache2-mod_auth_radius.spec
x
 
1
@@ -31,6 +31,7 @@
2
 Url:       http://freeradius.org/mod_auth_radius/
3
 Source0:   %{modname}-%{version}.tar.bz2
4
 Patch0:        %{modname}-symbol.patch
5
+Patch1:        apache24.patch
6
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
7
 
8
 %description
9
@@ -39,6 +40,7 @@
10
 %prep
11
 %setup -n %{modname}-%{version}
12
 %patch0
13
+%patch1 -p1
14
 
15
 %build
16
 %{apxs} -a -n %{modname}-2.0.so -c mod_auth_radius-2.0.c
17
[+] Added apache24.patch ^