From 0727893340ca559c6fda3a982992f8f75e9ebbea Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 22 Jan 2000 14:05:37 +1100 Subject: - Make IPv4 use the default in RPM packages - Irix uses preformatted manpages --- packages/redhat/openssh.spec | 3 ++- packages/suse/openssh.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec index ed0609d38..ec57a770f 100644 --- a/packages/redhat/openssh.spec +++ b/packages/redhat/openssh.spec @@ -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 diff --git a/packages/suse/openssh.spec b/packages/suse/openssh.spec index 387f65125..db8cae35f 100644 --- a/packages/suse/openssh.spec +++ b/packages/suse/openssh.spec @@ -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 -- cgit v1.2.3