summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in4
-rw-r--r--packages/redhat/openssh.spec3
-rw-r--r--packages/suse/openssh.spec2
4 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d3da982..60654d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
<bent@clark.net>
- Merge preformatted manpage patch from Andre Lucas
<andre.lucas@dial.pipex.com>
+ - 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 57733250..4d414573 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 ed0609d3..ec57a770 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 387f6512..db8cae35 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