summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-22 14:05:37 +1100
committerDamien Miller <djm@mindrot.org>2000-01-22 14:05:37 +1100
commit0727893340ca559c6fda3a982992f8f75e9ebbea (patch)
treed37c5b46d06af7ef6d204cb1d4e451250f36e97a /packages
parent670a4b85540245ffc3db2ac2661f4c4c7a826118 (diff)
- Make IPv4 use the default in RPM packages
- Irix uses preformatted manpages
Diffstat (limited to 'packages')
-rw-r--r--packages/redhat/openssh.spec3
-rw-r--r--packages/suse/openssh.spec2
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec
index ed0609d3..ec57a770 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 387f6512..db8cae35 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