]> andersk Git - openssh.git/commitdiff
- Make IPv4 use the default in RPM packages
authordamien <damien>
Sat, 22 Jan 2000 03:05:37 +0000 (03:05 +0000)
committerdamien <damien>
Sat, 22 Jan 2000 03:05:37 +0000 (03:05 +0000)
 - Irix uses preformatted manpages

ChangeLog
configure.in
packages/redhat/openssh.spec
packages/suse/openssh.spec

index 9d3da982ecd523a6c844631f1de528f26a3cce3d..60654d886a33b6af661c206941b3fc5c63fae60f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
    <bent@clark.net>
  - Merge preformatted manpage patch from Andre Lucas
    <andre.lucas@dial.pipex.com>
    <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
 
 20000120
  - Don't use getaddrinfo on AIX
index 5773325001e911663582af9c8b6a5f39e981d940..4d414573f201954a0123cc69228a104fc19dd075 100644 (file)
@@ -103,11 +103,13 @@ case "$host" in
        mansubdir=cat
        ;;
 *-*-irix5*)
        mansubdir=cat
        ;;
 *-*-irix5*)
+       MANTYPE='$(CATMAN)'
        no_libsocket=1
        no_libnsl=1
        ;;
 *-*-irix6*)
        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
        ;;
        no_libsocket=1
        no_libnsl=1
        ;;
index ed0609d383e8b59803abb380102b547a974f483e..ec57a770fe1374cbae506efef13aa214ac04af5c 100644 (file)
@@ -148,7 +148,8 @@ This package contains the GNOME passphrase dialog.
 
 CFLAGS="$RPM_OPT_FLAGS" \
        ./configure --prefix=/usr --sysconfdir=/etc/ssh \
 
 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
 
 
 make
 
index 387f65125f078ee4529138ed1f7cb6c43136fc38..db8cae35f2aba1e0617c1f1360eb0c3cbddd44b3 100644 (file)
@@ -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 \
 %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
 make
 
 %install
This page took 0.050808 seconds and 5 git commands to generate.