summaryrefslogtreecommitdiffstats
path: root/contrib/suse
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-17 11:23:39 +1100
committerDamien Miller <djm@mindrot.org>2001-01-17 11:23:39 +1100
commit01fa6380e815a37ac5ffcf03b04c93d7b52ce765 (patch)
tree0df13d53a7d014a83de9b35966bb65b0aaf4049a /contrib/suse
parent92e78f8c6424f0d466e1df673228870ef009105b (diff)
- (djm) Add --with-pam to RPM spec files
Diffstat (limited to 'contrib/suse')
-rw-r--r--contrib/suse/openssh.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec
index 45786477..04625f64 100644
--- a/contrib/suse/openssh.spec
+++ b/contrib/suse/openssh.spec
@@ -88,8 +88,13 @@ passphrase dialog.
%build
CFLAGS="$RPM_OPT_FLAGS" \
-./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \
- --with-tcp-wrappers --with-ipv4-default --libexecdir=/usr/lib/ssh
+./configure --prefix=/usr \
+ --sysconfdir=/etc/ssh \
+ --with-pam \
+ --with-gnome-askpass \
+ --with-tcp-wrappers \
+ --with-ipv4-default \
+ --libexecdir=/usr/lib/ssh
make
cd contrib