summaryrefslogtreecommitdiff
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 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