From aca55fe73cbd79a01945052a5da7f43c4a30c9cc Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 7 Dec 1999 16:31:18 +1100 Subject: Add buildprereq --- packages/redhat/openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages') 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 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 -- cgit v1.2.3