diff options
Diffstat (limited to 'contrib/redhat')
-rw-r--r-- | contrib/redhat/openssh.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 09e405475..dd00c9fa9 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -190,11 +190,12 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS | |||
190 | --with-default-path=/usr/local/bin:/bin:/usr/bin \ | 190 | --with-default-path=/usr/local/bin:/bin:/usr/bin \ |
191 | --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ | 191 | --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ |
192 | --with-privsep-path=%{_var}/empty/sshd \ | 192 | --with-privsep-path=%{_var}/empty/sshd \ |
193 | --with-md5-passwords \ | ||
193 | %if %{scard} | 194 | %if %{scard} |
194 | --with-smartcard \ | 195 | --with-smartcard \ |
195 | %endif | 196 | %endif |
196 | %if %{rescue} | 197 | %if %{rescue} |
197 | --without-pam --with-md5-passwords \ | 198 | --without-pam \ |
198 | %else | 199 | %else |
199 | --with-pam \ | 200 | --with-pam \ |
200 | %endif | 201 | %endif |