summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-22 14:05:37 +1100
committerDamien Miller <djm@mindrot.org>2000-01-22 14:05:37 +1100
commit0727893340ca559c6fda3a982992f8f75e9ebbea (patch)
treed37c5b46d06af7ef6d204cb1d4e451250f36e97a
parent670a4b85540245ffc3db2ac2661f4c4c7a826118 (diff)
- Make IPv4 use the default in RPM packages
- Irix uses preformatted manpages
-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 9d3da982e..60654d886 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
3 <bent@clark.net> 3 <bent@clark.net>
4 - Merge preformatted manpage patch from Andre Lucas 4 - Merge preformatted manpage patch from Andre Lucas
5 <andre.lucas@dial.pipex.com> 5 <andre.lucas@dial.pipex.com>
6 - Make IPv4 use the default in RPM packages
7 - Irix uses preformatted manpages
6 8
720000120 920000120
8 - Don't use getaddrinfo on AIX 10 - 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
103 mansubdir=cat 103 mansubdir=cat
104 ;; 104 ;;
105*-*-irix5*) 105*-*-irix5*)
106 MANTYPE='$(CATMAN)'
106 no_libsocket=1 107 no_libsocket=1
107 no_libnsl=1 108 no_libnsl=1
108 ;; 109 ;;
109*-*-irix6*) 110*-*-irix6*)
110 AC_MSG_WARN([*** Irix 6.x is not tested *** ]) 111 MANTYPE='$(CATMAN)'
112 AC_MSG_WARN([*** Irix 6.x is not tested, please report you experiences *** ])
111 no_libsocket=1 113 no_libsocket=1
112 no_libnsl=1 114 no_libnsl=1
113 ;; 115 ;;
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.
148 148
149CFLAGS="$RPM_OPT_FLAGS" \ 149CFLAGS="$RPM_OPT_FLAGS" \
150 ./configure --prefix=/usr --sysconfdir=/etc/ssh \ 150 ./configure --prefix=/usr --sysconfdir=/etc/ssh \
151 --with-gnome-askpass --with-tcp-wrappers 151 --with-gnome-askpass --with-tcp-wrappers \
152 --with-ipv4-default
152 153
153make 154make
154 155
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.
145%build 145%build
146CFLAGS="$RPM_OPT_FLAGS" \ 146CFLAGS="$RPM_OPT_FLAGS" \
147./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \ 147./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \
148 --with-tcp-wrappers 148 --with-tcp-wrappers --with-ipv4-default
149make 149make
150 150
151%install 151%install