]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
pam: Add pam_ldap as dependency.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Mar 2011 21:52:17 +0000 (22:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Mar 2011 21:52:17 +0000 (22:52 +0100)
We use this for authentication.

pkgs/pam/pam.nm

index 1287a231e1df260249cc181e2986a6bd8de6a0ce..45f88c73b7bad0d9c97ac7eabc69e2c4170a668a 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = Linux-PAM
 PKG_VER        = 1.1.0
-PKG_REL        = 1
+PKG_REL        = 2
 
 PKG_MAINTAINER =
 PKG_GROUPS     = System/Base
@@ -35,6 +35,7 @@ PKG_LICENSE    = BSD and GPLv2+ and BSD with advertising
 PKG_SUMMARY    = An extensible library which provides authentication for applications.
 
 PKG_BUILD_DEPS+= audit-devel bison cracklib-devel flex libselinux-devel
+PKG_DEPS-pam  += pam_ldap
 
 define PKG_DESCRIPTION
        PAM (Pluggable Authentication Modules) is a system security tool that \