diff options
author | Damien Miller <djm@mindrot.org> | 2001-01-17 01:23:39 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-01-17 01:23:39 +0100 |
commit | 01fa6380e815a37ac5ffcf03b04c93d7b52ce765 (patch) | |
tree | 0df13d53a7d014a83de9b35966bb65b0aaf4049a /contrib | |
parent | - (djm) Avoid warning in PAM code by making read_passphrase arguments const (diff) | |
download | openssh-01fa6380e815a37ac5ffcf03b04c93d7b52ce765.tar.xz openssh-01fa6380e815a37ac5ffcf03b04c93d7b52ce765.zip |
- (djm) Add --with-pam to RPM spec files
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/caldera/openssh.spec | 1 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 3 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 9 |
3 files changed, 10 insertions, 3 deletions
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 3191c6744..d0546f256 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec @@ -142,6 +142,7 @@ CFLAGS="$RPM_OPT_FLAGS" \ --prefix=/usr \ --sysconfdir=/etc/ssh \ --libexecdir=%{_libexecdir}/openssh \ + --with-pam \ --with-tcp-wrappers \ --with-ipv4-default \ --with-rsh=/usr/bin/rsh diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 7603d0874..731fb0474 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -142,10 +142,11 @@ This package contains the GNOME passphrase dialog. %configure \ --libexecdir=%{_libexecdir}/openssh \ + --with-pam \ --with-tcp-wrappers \ --with-ipv4-default \ --with-rsh=/usr/bin/rsh \ - --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin + --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin make 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 |