]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/commitdiff
- added symbol_fixa patch which allow (de)register module using apxs. apache-mod_auth_pam-1_0a-1
authorkloczek <kloczek@pld-linux.org>
Mon, 28 May 2001 23:43:41 +0000 (23:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_pam.spec -> 1.4

apache-mod_auth_pam.spec

index c67feb440c23d4de2816625358a447baf92979c0..b7889979ebb5df4bce70e3197905671c784f7cba 100644 (file)
@@ -8,6 +8,7 @@ Group:          Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
 Source0:       http://pam.sourceforge.net/mod_auth_pam/dist/mod_%{mod_name}.tar.gz
+Patch0:                %{name}-symbol_fix.patch
 BuildRequires: /usr/sbin/apxs
 BuildRequires: apache(EAPI)-devel
 Prereq:                /usr/sbin/apxs
@@ -23,6 +24,7 @@ authenticate HTTP clients using PAM (pluggable authentication module).
 
 %prep 
 %setup -q -n mod_%{mod_name}-%{version}
+%patch -p1
 
 %build
 /usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lpam -ldl
This page took 0.13234 seconds and 4 git commands to generate.