Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341164 Details for
Bug 341087
sys-auth/pam_smb does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pam_smb-2.0.0_rc6-r2.ebuild
pam_smb-2.0.0_rc6-r2.ebuild (text/plain), 1.31 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-06 21:56:40 UTC
(
hide
)
Description:
pam_smb-2.0.0_rc6-r2.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-06 21:56:40 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_smb/pam_smb-2.0.0_rc6-r1.ebuild,v 1.4 2007/09/12 21:22:53 dev-zero Exp $ > >EAPI=5 > >inherit eutils pam > >MY_P=${P/_rc/-rc} > >DESCRIPTION="The PAM SMB module, allows authentication against a SMB (such as the Win_x families) server." >HOMEPAGE="http://www.csn.ul.ie/~airlied/pam_smb/" >SRC_URI="mirror://samba/pam_smb/v2/${MY_P}.tar.gz > http://www.csn.ul.ie/~airlied/pam_smb/v2/${MY_P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~ppc x86 ~amd64" >IUSE="" > >DEPEND=">=sys-libs/pam-0.75" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd "${S}" >} > >src_prepare() { > epatch "${FILESDIR}/10-pam_smb-bash-3.1.patch" > epatch "${FILESDIR}/pam_smb-makefile.patch" >} > >src_configure() { > econf --disable-root-only >} > >src_compile() { > emake CC="$(tc-getCC)" AR="$(tc-getAR)" >} > >src_install() { > dopammod pamsmbm/pam_smb_auth.so > exeinto /usr/sbin > doexe pamsmbd/pamsmbd > > dodoc BUGS CHANGES README TODO faq/{pam_smb_faq.sgml,additions.txt} > docinto pam.d > dodoc pam_smb.conf* > > newinitd "${FILESDIR}/pamsmbd-init" pamsmbd >} > >pkg_postinst() { > elog > elog "You must create /etc/pam_smb.conf yourself, containing" > elog "your domainname, PDC and BDC. See example files in docdir." > elog >}
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 341087
:
250655
| 341164 |
341166
|
341244