Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 130473 Details for
Bug 191950
sys-auth/pam_mysql-0.7_rc1-r1 - make better use of pam.eclass
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pam_mysql-0.7_rc1-r1.ebuild.diff
pam_mysql-0.7_rc1-r1.ebuild.diff (text/plain), 949 bytes, created by
Jakub Moc (RETIRED)
on 2007-09-10 07:54:50 UTC
(
hide
)
Description:
pam_mysql-0.7_rc1-r1.ebuild.diff
Filename:
MIME Type:
Creator:
Jakub Moc (RETIRED)
Created:
2007-09-10 07:54:50 UTC
Size:
949 bytes
patch
obsolete
>--- pam_mysql-0.7_rc1-r1.ebuild 2007-04-18 20:36:00.000000000 +0200 >+++ pam_mysql-0.7_rc1-r1.ebuild 2007-09-10 09:53:53.000000000 +0200 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mysql/pam_mysql-0.7_rc1-r1.ebuild,v 1.5 2007/04/18 18:31:34 opfer Exp $ > >-inherit libtool multilib >+inherit libtool pam > > DESCRIPTION="pam_mysql is a module for pam to authenticate users with mysql" > HOMEPAGE="http://pam-mysql.sourceforge.net/" >@@ -18,7 +18,7 @@ > src_unpack() { > unpack ${A} > >- cd ${S} >+ cd "${S}" > elibtoolize > } > >@@ -26,11 +26,11 @@ > local myconf > myconf="${myconf} $(use_with openssl)" > econf ${myconf} >- emake >+ emake || die "emake failed" > } > > src_install() { >- make DESTDIR=${D} libdir=$(get_libdir)/security install || die >+ emake DESTDIR="${D}" libdir=$(getpam_mod_dir) install || die "install failed" > > dodoc CREDITS ChangeLog NEWS README > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191950
: 130473