Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 49340 Details for
Bug 75396
pam_krb5 requires mit-krb5 to be installed. I am using Heimdal for Kerberos
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pam_krb5-20030601-r1.ebuild
pam_krb5-20030601-r1.ebuild (text/plain), 1.35 KB, created by
Anthony Gorecki
on 2005-01-23 21:08:34 UTC
(
hide
)
Description:
pam_krb5-20030601-r1.ebuild
Filename:
MIME Type:
Creator:
Anthony Gorecki
Created:
2005-01-23 21:08:34 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-crypt/pam_krb5/pam_krb5-20030601.ebuild,v 1.3 2005/01/01 12:36:13 eradicator Exp $ > >inherit eutils > >MY_PN="${PN}_snap" >MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}" >DESCRIPTION="Pam module for MIT Kerberos V and Heimdal" >SRC_URI_BASE="mirror://sourceforge/pam-krb5" >RESTRICT="nomirror" >SRC_URI="${SRC_URI_BASE}/${MY_PN}-${MY_PV}.tar.gz" >HOMEPAGE="http://pam-krb5.sourceforge.net/" > >SLOT="0" >LICENSE="LGPL-2" >KEYWORDS="~x86 ~ppc" >IUSE="afs" > >DEPEND="virtual/krb5 > sys-libs/pam > afs? ( net-fs/openafs )" > >S="${WORKDIR}/${MY_PN}-${MY_PV}" > >src_unpack() { > unpack ${A} >} > >src_compile() { > local myconf > use afs && myconf="${myconf} --with-krbafs=/usr" > CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" ./configure \ > --prefix=/usr \ > --sysconfdir=/etc \ > --localstatedir=/var \ > --with-pamdir=/lib/security \ > --with-krb5=/usr \ > --host=${CHOST} ${myconf} || die "./configure failed." > make CFLAGS="$CFLAGS" || die >} > >src_install() { > exeinto /lib/security > doexe .libs/pam_krb5.so > > if use afs ; then > if [ -f .libs/pam_krb5afs.so ]; then > doexe .libs/pam_krb5afs.so > doman pam_krb5afs.5 pam_krb5afs.8 > fi > fi > > doman pam_krb5.5 pam_krb5.8 > > dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README README.heimdal TODO > > docinto pam.d > dodoc pam.d/* >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 75396
: 49340