summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
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 6316edbd..c4927b75 100644
--- a/packages/redhat/openssh.spec
+++ b/packages/redhat/openssh.spec
@@ -9,6 +9,9 @@ Group: Applications/Internet
BuildRoot: /tmp/openssh-%{version}-buildroot
Obsoletes: ssh
PreReq: openssl
+BuildPreReq: openssl
+BuildPreReq: tcp_wrappers
+BuildPreReq: gnome-libs
%package clients
Summary: OpenSSH Secure Shell protocol clients
@@ -114,7 +117,8 @@ This package contains the GNOME passphrase dialog.
%build
CFLAGS="$RPM_OPT_FLAGS" \
- ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-gnome-askpass
+ ./configure --prefix=/usr --sysconfdir=/etc/ssh \
+ --with-gnome-askpass --with-tcp-wrappers
make