From 6485b25bc03d528912d0adf0c62d37d0f6571e80 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 5 Aug 2012 23:22:28 +0200 Subject: openssh support pam --- openssh/Pkgfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openssh/Pkgfile b/openssh/Pkgfile index a24f9a3f7..6674f0d27 100755 --- a/openssh/Pkgfile +++ b/openssh/Pkgfile @@ -2,6 +2,8 @@ # URL: http://www.openssh.org/ # Maintainer: NuTyX coreteam # Packager: thierryn1 at hispeed dot ch +# Depends on: linux-pam, pambase +# Run on: linux-pam,pambase name=openssh version=6.0p1 @@ -18,6 +20,7 @@ build() { --with-tcp-wrappers \ --with-md5-passwords \ --with-privsep-path=/var/lib/sshd \ + --with-pam \ --mandir=/usr/share/man \ --infodir=/usr/share/info make DESTDIR=$PKG install -- cgit v1.2.3-54-g00ecf