diff options
Diffstat (limited to 'openssh/Pkgfile')
-rwxr-xr-x | openssh/Pkgfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |