- Make IPv4 use the default in RPM packages

- Irix uses preformatted manpages
This commit is contained in:
Damien Miller 2000-01-22 14:05:37 +11:00
parent 670a4b8554
commit 0727893340
4 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,8 @@
<bent@clark.net> <bent@clark.net>
- Merge preformatted manpage patch from Andre Lucas - Merge preformatted manpage patch from Andre Lucas
<andre.lucas@dial.pipex.com> <andre.lucas@dial.pipex.com>
- Make IPv4 use the default in RPM packages
- Irix uses preformatted manpages
20000120 20000120
- Don't use getaddrinfo on AIX - Don't use getaddrinfo on AIX

View File

@ -103,11 +103,13 @@ case "$host" in
mansubdir=cat mansubdir=cat
;; ;;
*-*-irix5*) *-*-irix5*)
MANTYPE='$(CATMAN)'
no_libsocket=1 no_libsocket=1
no_libnsl=1 no_libnsl=1
;; ;;
*-*-irix6*) *-*-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_libsocket=1
no_libnsl=1 no_libnsl=1
;; ;;

View File

@ -148,7 +148,8 @@ This package contains the GNOME passphrase dialog.
CFLAGS="$RPM_OPT_FLAGS" \ CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=/usr --sysconfdir=/etc/ssh \ ./configure --prefix=/usr --sysconfdir=/etc/ssh \
--with-gnome-askpass --with-tcp-wrappers --with-gnome-askpass --with-tcp-wrappers \
--with-ipv4-default
make make

View File

@ -145,7 +145,7 @@ This package contains the GNOME passphrase dialog.
%build %build
CFLAGS="$RPM_OPT_FLAGS" \ CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \ ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \
--with-tcp-wrappers --with-tcp-wrappers --with-ipv4-default
make make
%install %install