[openssh-commits] [openssh] 06/12: Add mandir with-mandir' for RHEL 5 compatibility.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Feb 10 11:14:22 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b33e7645f8813719d7f9173fef24463c8833ebb3
Author: nkadel <nkadel at gmail.com>
Date: Sun Nov 16 18:19:58 2014 -0500
Add mandir with-mandir' for RHEL 5 compatibility.
Activate '--mandir' and '--with-mandir' settings in setup for RHEL
5 compatibility.
---
contrib/redhat/openssh.spec | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 80a09ec3..31063990 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -201,6 +201,8 @@ CFLAGS="$RPM_OPT_FLAGS -Os"; export CFLAGS
--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
--with-privsep-path=%{_var}/empty/sshd \
--with-md5-passwords \
+ --mandir=%{_mandir} \
+ --with-mantype=man \
%if %{scard}
--with-smartcard \
%endif
@@ -409,6 +411,7 @@ fi
%changelog
* Sun Nov 16 2014 Nico Kadel-Garcia <nakdel at gmail.com>
+- Add '--mandir' and '--with-mantype' for RHEL 5 compatibility
- Add 'dist' option to 'ver' so package names reflect OS at build time
- Always include x11-ssh-askpass tarball in SRPM
- Add openssh-x11-aspass BuildRequires for libXT-devel, imake, gtk2-devel
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list