From 01fa6380e815a37ac5ffcf03b04c93d7b52ce765 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 17 Jan 2001 11:23:39 +1100 Subject: - (djm) Add --with-pam to RPM spec files --- contrib/suse/openssh.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'contrib/suse') diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 457864772..04625f64e 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 -- cgit v1.2.3