From 0727893340ca559c6fda3a982992f8f75e9ebbea Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 22 Jan 2000 14:05:37 +1100 Subject: - Make IPv4 use the default in RPM packages - Irix uses preformatted manpages --- ChangeLog | 2 ++ configure.in | 4 +++- packages/redhat/openssh.spec | 3 ++- packages/suse/openssh.spec | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d3da982e..60654d886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ - Merge preformatted manpage patch from Andre Lucas + - Make IPv4 use the default in RPM packages + - Irix uses preformatted manpages 20000120 - Don't use getaddrinfo on AIX diff --git a/configure.in b/configure.in index 577332500..4d414573f 100644 --- a/configure.in +++ b/configure.in @@ -103,11 +103,13 @@ case "$host" in mansubdir=cat ;; *-*-irix5*) + MANTYPE='$(CATMAN)' no_libsocket=1 no_libnsl=1 ;; *-*-irix6*) - AC_MSG_WARN([*** Irix 6.x is not tested *** ]) + MANTYPE='$(CATMAN)' + AC_MSG_WARN([*** Irix 6.x is not tested, please report you experiences *** ]) no_libsocket=1 no_libnsl=1 ;; diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec index ed0609d38..ec57a770f 100644 --- a/packages/redhat/openssh.spec +++ b/packages/redhat/openssh.spec @@ -148,7 +148,8 @@ This package contains the GNOME passphrase dialog. CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/usr --sysconfdir=/etc/ssh \ - --with-gnome-askpass --with-tcp-wrappers + --with-gnome-askpass --with-tcp-wrappers \ + --with-ipv4-default make diff --git a/packages/suse/openssh.spec b/packages/suse/openssh.spec index 387f65125..db8cae35f 100644 --- a/packages/suse/openssh.spec +++ b/packages/suse/openssh.spec @@ -145,7 +145,7 @@ This package contains the GNOME passphrase dialog. %build CFLAGS="$RPM_OPT_FLAGS" \ ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \ - --with-tcp-wrappers + --with-tcp-wrappers --with-ipv4-default make %install -- cgit v1.2.3