diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-07 16:31:18 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-07 16:31:18 +1100 |
commit | aca55fe73cbd79a01945052a5da7f43c4a30c9cc (patch) | |
tree | 67477ca5cf6392e19b90487943d4f5f4298c2058 | |
parent | af2604a57e47acb7679e2662c66510c35390ca45 (diff) |
Add buildprereq
-rw-r--r-- | packages/redhat/openssh.spec | 6 |
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 | |||
9 | BuildRoot: /tmp/openssh-%{version}-buildroot | 9 | BuildRoot: /tmp/openssh-%{version}-buildroot |
10 | Obsoletes: ssh | 10 | Obsoletes: ssh |
11 | PreReq: openssl | 11 | PreReq: openssl |
12 | BuildPreReq: openssl | ||
13 | BuildPreReq: tcp_wrappers | ||
14 | BuildPreReq: gnome-libs | ||
12 | 15 | ||
13 | %package clients | 16 | %package clients |
14 | Summary: OpenSSH Secure Shell protocol clients | 17 | Summary: OpenSSH Secure Shell protocol clients |
@@ -114,7 +117,8 @@ This package contains the GNOME passphrase dialog. | |||
114 | %build | 117 | %build |
115 | 118 | ||
116 | CFLAGS="$RPM_OPT_FLAGS" \ | 119 | CFLAGS="$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 | ||
119 | make | 123 | make |
120 | 124 | ||