|
|
DEPEND="virtual/libc | DEPEND="virtual/libc |
>=sys-apps/sed-4 | >=sys-apps/sed-4 |
>=sys-libs/ncurses-5.1 | >=sys-libs/ncurses-5.1 |
>=sys-libs/pam-0.72 |
pam? ( >=sys-libs/pam-0.72 ) |
ssl? ( dev-libs/openssl ) | ssl? ( dev-libs/openssl ) |
ldap? ( net-nds/openldap ) | ldap? ( net-nds/openldap ) |
kerberos? ( app-crypt/mit-krb5 )" | kerberos? ( app-crypt/mit-krb5 )" |
|
|
if use kerberos ; then | if use kerberos ; then |
myconf="${myconf} EXTRAAUTHENTICATORS=gss" | myconf="${myconf} EXTRAAUTHENTICATORS=gss" |
fi | fi |
|
if use pam ; then |
|
target=lnp |
|
else |
|
target=slx |
|
fi |
| |
./build ${myconf} lnp || die "compile problem" |
./build ${myconf} ${target} || die "compile problem" |
} | } |
| |
src_install() { | src_install() { |