From b33e7645f8813719d7f9173fef24463c8833ebb3 Mon Sep 17 00:00:00 2001 From: nkadel Date: Sun, 16 Nov 2014 18:19:58 -0500 Subject: 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(+) (limited to 'contrib') 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 --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 +- 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 -- cgit v1.2.3