openssh: depend and use tcp_wrappers.

--HG--
extra : convert_revision : a5aec02750b5e3c803de744e15a78c36b91fde10
This commit is contained in:
Juan RP 2009-03-10 10:34:40 +01:00
parent bc53eb77b9
commit d165bba0f0

View File

@ -5,7 +5,7 @@ version=5.2p1
distfiles="
http://sunsite.rediris.es/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--libexecdir=/usr/libexec/openssh
configure_args="--libexecdir=/usr/libexec/openssh --with-tcp-wrappers
--datadir=/usr/share/openssh --sysconfdir=/etc/ssh
--with-privsep-user=nobody --with-md5-passwords
--with-pam --with-mantype=man --mandir=/usr/share/man
@ -39,6 +39,8 @@ Add_dependency full zlib
Add_dependency full openssl
Add_dependency full pam
Add_dependency full shadow
Add_dependency build tcp_wrappers
Add_dependency run tcp_wrappers-libs
post_install()
{