summaryrefslogtreecommitdiff
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 ed0609d38..ec57a770f 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -148,7 +148,8 @@ This package contains the GNOME passphrase dialog.
148 148
149CFLAGS="$RPM_OPT_FLAGS" \ 149CFLAGS="$RPM_OPT_FLAGS" \
150 ./configure --prefix=/usr --sysconfdir=/etc/ssh \ 150 ./configure --prefix=/usr --sysconfdir=/etc/ssh \
151 --with-gnome-askpass --with-tcp-wrappers 151 --with-gnome-askpass --with-tcp-wrappers \
152 --with-ipv4-default
152 153
153make 154make
154 155
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.
145%build 145%build
146CFLAGS="$RPM_OPT_FLAGS" \ 146CFLAGS="$RPM_OPT_FLAGS" \
147./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \ 147./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass \
148 --with-tcp-wrappers 148 --with-tcp-wrappers --with-ipv4-default
149make 149make
150 150
151%install 151%install