]> andersk Git - openssh.git/commitdiff
Add buildprereq
authordamien <damien>
Tue, 7 Dec 1999 05:31:18 +0000 (05:31 +0000)
committerdamien <damien>
Tue, 7 Dec 1999 05:31:18 +0000 (05:31 +0000)
packages/redhat/openssh.spec

index 6316edbde22c037e5fb39c3c1d162d0b50275277..c4927b75b7623db18acb0320d1656534395eeb83 100644 (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
 
This page took 0.032623 seconds and 5 git commands to generate.