mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +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>
|
||||
- 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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user