summaryrefslogtreecommitdiff
path: root/strata/foundation/openssh.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/foundation/openssh.morph')
-rw-r--r--strata/foundation/openssh.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/strata/foundation/openssh.morph b/strata/foundation/openssh.morph
index 6c759cb0..45339156 100644
--- a/strata/foundation/openssh.morph
+++ b/strata/foundation/openssh.morph
@@ -7,7 +7,8 @@ configure-commands:
--prefix="$PREFIX" --sysconfdir=/etc/ssh \
--datadir="$PREFIX/share/sshd" \
--libexecdir="$PREFIX/lib/openssh" \
- --with-privsep-path=/var/lib/sshd
+ --with-privsep-path=/var/lib/sshd \
+ --with-pam
build-commands:
- make
- |