mirror of git://anongit.mindrot.org/openssh.git
Add buildprereq
This commit is contained in:
parent
af2604a57e
commit
aca55fe73c
|
@ -9,6 +9,9 @@ Group: Applications/Internet
|
||||||
BuildRoot: /tmp/openssh-%{version}-buildroot
|
BuildRoot: /tmp/openssh-%{version}-buildroot
|
||||||
Obsoletes: ssh
|
Obsoletes: ssh
|
||||||
PreReq: openssl
|
PreReq: openssl
|
||||||
|
BuildPreReq: openssl
|
||||||
|
BuildPreReq: tcp_wrappers
|
||||||
|
BuildPreReq: gnome-libs
|
||||||
|
|
||||||
%package clients
|
%package clients
|
||||||
Summary: OpenSSH Secure Shell protocol clients
|
Summary: OpenSSH Secure Shell protocol clients
|
||||||
|
@ -114,7 +117,8 @@ This package contains the GNOME passphrase dialog.
|
||||||
%build
|
%build
|
||||||
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS" \
|
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
|
make
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue