openssh: depend and use tcp_wrappers.
--HG-- extra : convert_revision : a5aec02750b5e3c803de744e15a78c36b91fde10
This commit is contained in:
parent
bc53eb77b9
commit
d165bba0f0
|
@ -5,7 +5,7 @@ version=5.2p1
|
||||||
distfiles="
|
distfiles="
|
||||||
http://sunsite.rediris.es/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
http://sunsite.rediris.es/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
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
|
--datadir=/usr/share/openssh --sysconfdir=/etc/ssh
|
||||||
--with-privsep-user=nobody --with-md5-passwords
|
--with-privsep-user=nobody --with-md5-passwords
|
||||||
--with-pam --with-mantype=man --mandir=/usr/share/man
|
--with-pam --with-mantype=man --mandir=/usr/share/man
|
||||||
|
@ -39,6 +39,8 @@ Add_dependency full zlib
|
||||||
Add_dependency full openssl
|
Add_dependency full openssl
|
||||||
Add_dependency full pam
|
Add_dependency full pam
|
||||||
Add_dependency full shadow
|
Add_dependency full shadow
|
||||||
|
Add_dependency build tcp_wrappers
|
||||||
|
Add_dependency run tcp_wrappers-libs
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue