summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-07 16:31:18 +1100
committerDamien Miller <djm@mindrot.org>1999-12-07 16:31:18 +1100
commitaca55fe73cbd79a01945052a5da7f43c4a30c9cc (patch)
tree67477ca5cf6392e19b90487943d4f5f4298c2058 /packages
parentaf2604a57e47acb7679e2662c66510c35390ca45 (diff)
Add buildprereq
Diffstat (limited to 'packages')
-rw-r--r--packages/redhat/openssh.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/redhat/openssh.spec b/packages/redhat/openssh.spec
index 6316edbde..c4927b75b 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -9,6 +9,9 @@ Group: Applications/Internet
9BuildRoot: /tmp/openssh-%{version}-buildroot 9BuildRoot: /tmp/openssh-%{version}-buildroot
10Obsoletes: ssh 10Obsoletes: ssh
11PreReq: openssl 11PreReq: openssl
12BuildPreReq: openssl
13BuildPreReq: tcp_wrappers
14BuildPreReq: gnome-libs
12 15
13%package clients 16%package clients
14Summary: OpenSSH Secure Shell protocol clients 17Summary: OpenSSH Secure Shell protocol clients
@@ -114,7 +117,8 @@ This package contains the GNOME passphrase dialog.
114%build 117%build
115 118
116CFLAGS="$RPM_OPT_FLAGS" \ 119CFLAGS="$RPM_OPT_FLAGS" \
117 ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass 120 ./configure --prefix=/usr --sysconfdir=/etc/ssh \
121 --with-gnome-askpass --with-tcp-wrappers
118 122
119make 123make
120 124