[contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default option.
This commit is contained in:
parent
e3ca82e06c
commit
30aa44cf0a
|
@ -6,6 +6,8 @@
|
||||||
- markus@cvs.openbsd.org 2003/10/02 08:26:53
|
- markus@cvs.openbsd.org 2003/10/02 08:26:53
|
||||||
[ssh-gss.h]
|
[ssh-gss.h]
|
||||||
missing $OpenBSD:; dtucker
|
missing $OpenBSD:; dtucker
|
||||||
|
- (tim) [contrib/caldera/openssh.spec] Remove obsolete --with-ipv4-default
|
||||||
|
option.
|
||||||
|
|
||||||
20031002
|
20031002
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -1277,4 +1279,4 @@
|
||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3055 2003/10/03 08:02:30 dtucker Exp $
|
$Id: ChangeLog,v 1.3056 2003/10/04 05:30:23 tim Exp $
|
||||||
|
|
|
@ -180,7 +180,6 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
%configure \
|
%configure \
|
||||||
--with-pam \
|
--with-pam \
|
||||||
--with-tcp-wrappers \
|
--with-tcp-wrappers \
|
||||||
--with-ipv4-default \
|
|
||||||
--with-privsep-path=%{_var}/empty/sshd \
|
--with-privsep-path=%{_var}/empty/sshd \
|
||||||
#leave this line for easy edits.
|
#leave this line for easy edits.
|
||||||
|
|
||||||
|
@ -364,4 +363,4 @@ fi
|
||||||
* Mon Jan 01 1998 ...
|
* Mon Jan 01 1998 ...
|
||||||
Template Version: 1.31
|
Template Version: 1.31
|
||||||
|
|
||||||
$Id: openssh.spec,v 1.46 2003/09/23 22:30:19 djm Exp $
|
$Id: openssh.spec,v 1.47 2003/10/04 05:30:23 tim Exp $
|
||||||
|
|
Loading…
Reference in New Issue