summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authornkadel <nkadel@gmail.com>2014-11-16 18:19:58 -0500
committerDarren Tucker <dtucker@dtucker.net>2018-02-10 09:58:32 +1100
commitb33e7645f8813719d7f9173fef24463c8833ebb3 (patch)
treef5c7209586e790a8185b1c4e0563e2c4fc1f8b8c /contrib
parent94f8bf360eb0162e39ddf39d69925c2e93511e40 (diff)
Add mandir with-mandir' for RHEL 5 compatibility.
Activate '--mandir' and '--with-mandir' settings in setup for RHEL 5 compatibility.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/redhat/openssh.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 80a09ec30..310639909 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -201,6 +201,8 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
201 --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \ 201 --with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
202 --with-privsep-path=%{_var}/empty/sshd \ 202 --with-privsep-path=%{_var}/empty/sshd \
203 --with-md5-passwords \ 203 --with-md5-passwords \
204 --mandir=%{_mandir} \
205 --with-mantype=man \
204%if %{scard} 206%if %{scard}
205 --with-smartcard \ 207 --with-smartcard \
206%endif 208%endif
@@ -409,6 +411,7 @@ fi
409 411
410%changelog 412%changelog
411* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com> 413* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel@gmail.com>
414- Add '--mandir' and '--with-mantype' for RHEL 5 compatibility
412- Add 'dist' option to 'ver' so package names reflect OS at build time 415- Add 'dist' option to 'ver' so package names reflect OS at build time
413- Always include x11-ssh-askpass tarball in SRPM 416- Always include x11-ssh-askpass tarball in SRPM
414- Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel 417- Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel