mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- Make IPv4 use the default in RPM packages
- Irix uses preformatted manpages
This commit is contained in:
parent
670a4b8554
commit
0727893340
@ -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
|
||||||
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user