summaryrefslogtreecommitdiff
path: root/contrib/redhat
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/redhat
parent92e78f8c6424f0d466e1df673228870ef009105b (diff)
- (djm) Add --with-pam to RPM spec files
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec3
1 files changed, 2 insertions, 1 deletions
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.
142 142
143%configure \ 143%configure \
144 --libexecdir=%{_libexecdir}/openssh \ 144 --libexecdir=%{_libexecdir}/openssh \
145 --with-pam \
145 --with-tcp-wrappers \ 146 --with-tcp-wrappers \
146 --with-ipv4-default \ 147 --with-ipv4-default \
147 --with-rsh=/usr/bin/rsh \ 148 --with-rsh=/usr/bin/rsh \
148 --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin 149 --with-default-path=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
149 150
150make 151make
151 152