diff options
-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 | ||