Add buildprereq

This commit is contained in:
Damien Miller 1999-12-07 16:31:18 +11:00
parent af2604a57e
commit aca55fe73c
1 changed files with 5 additions and 1 deletions

View File

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