Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7111 Details for
Bug 10135
USE flags for pam
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
util linux ebuild
util-linux-2.11y-r1.ebuild (text/plain), 2.10 KB, created by
Joshua Brindle (RETIRED)
on 2003-01-08 22:34:20 UTC
(
hide
)
Description:
util linux ebuild
Filename:
MIME Type:
Creator:
Joshua Brindle (RETIRED)
Created:
2003-01-08 22:34:20 UTC
Size:
2.10 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.11y.ebuild,v 1.5 2002/12/16 18:03:51 azarah Exp $ > >IUSE="crypt nls pam" > >inherit eutils > >CRYPT_PATCH_P="${P}-crypt-gentoo" >S="${WORKDIR}/${P}" >DESCRIPTION="Various useful Linux utilities" >SRC_URI="http://www.kernel.org/pub/linux/utils/${PN}/${P}.tar.bz2 > crypt? ( http://gentoo.twobit.net/misc/${CRYPT_PATCH_P}.patch.gz )" ># Patched for 2.11y -- NJ <carpaski@gentoo.org) ># crypt? ( http://www.kernel.org/pub/linux/kernel/people/hvr/util-linux-patch-int/${CRYPT_PATCH_P}.patch.gz )" >HOMEPAGE="http://www.kernel.org/pub/linux/utils/util-linux/" > >KEYWORDS="x86 ppc sparc alpha" >SLOT="0" >LICENSE="GPL-2" > >DEPEND="virtual/glibc > >=sys-libs/ncurses-5.2-r2 > pam? (sys-apps/pam-login)" > >RDEPEND="${DEPEND} sys-devel/perl > nls? ( sys-devel/gettext )" > > >src_unpack() { > unpack ${A} > > cd ${S} > > if [ ! -z "`use crypt`" ] > then > epatch ${DISTDIR}/${CRYPT_PATCH_P}.patch.gz > fi > > # Fix rare failures with -j4 or higher > epatch ${FILESDIR}/${P}-parallel-make.patch > > cp MCONFIG MCONFIG.orig > #enable pam only if we use it > use pam && myconf = "-e \"s:HAVE_PAM=no:HAVE_PAM=yes:\"" > > sed -e "s:-pipe -O2 \$(CPUOPT) -fomit-frame-pointer:${CFLAGS}:" \ > -e "s:CPU=.*:CPU=${CHOST%%-*}:" \ > -e "s:HAVE_SLN=no:HAVE_SLN=yes:" \ > -e "s:HAVE_TSORT=no:HAVE_TSORT=yes:" \ > -e "s:usr/man:usr/share/man:" \ > -e "s:usr/info:usr/share/info:" \ > ${myconf} \ > MCONFIG.orig > MCONFIG > > >} > >src_compile() { > > ./configure || die "config" > > if [ -z "`use nls`" ] > then > cp defines.h defines.h.orig > grep -v "ENABLE_NLS" \ > defines.h.orig > defines.h > cp defines.h defines.h.orig > grep -v "HAVE_libintl_h" \ > defines.h.orig > defines.h > > cp Makefile Makefile.orig > sed -e "s:SUBDIRS=po \\\:SUBDIRS= \\\:g" \ > Makefile.orig > Makefile > fi > > emake LDFLAGS="" || die > cd sys-utils; makeinfo *.texi || die >} > >src_install() { > make DESTDIR=${D} install || die > > dodoc HISTORY MAINTAINER README VERSION > docinto licenses > dodoc licenses/* HISTORY > docinto examples > dodoc example.files/* >} >
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 10135
: 7111 |
7112
|
7113
|
7114
|
19275