]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/commitdiff
- anothersmall corrections.
authorserek <serek@pld-linux.org>
Mon, 28 May 2001 22:16:57 +0000 (22:16 +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.3

apache-mod_auth_pam.spec

index e6cc2ed8faaf76f4fe34e8458485360f42159338..c67feb440c23d4de2816625358a447baf92979c0 100644 (file)
@@ -19,13 +19,13 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is an authentication module for Apache that allows you to
-authenticate HTTP clients using user entries in an samba directory.
+authenticate HTTP clients using PAM (pluggable authentication module).
 
 %prep 
 %setup -q -n mod_%{mod_name}-%{version}
 
 %build
-/usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so
+/usr/sbin/apxs -c mod_%{mod_name}.c -o mod_%{mod_name}.so -lpam -ldl
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.084232 seconds and 4 git commands to generate.