Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86251 Details for
Bug 132434
sys-apps/keyutils - add static use
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
keyutils-1.0.ebuild-static.diff
keyutils-1.0.ebuild-static.diff (text/plain), 900 bytes, created by
Alon Bar-Lev (RETIRED)
on 2006-05-06 04:10:46 UTC
(
hide
)
Description:
keyutils-1.0.ebuild-static.diff
Filename:
MIME Type:
Creator:
Alon Bar-Lev (RETIRED)
Created:
2006-05-06 04:10:46 UTC
Size:
900 bytes
patch
obsolete
>--- keyutils-1.0.ebuild 2005-12-15 02:16:58.000000000 +0200 >+++ keyutils-1.0.ebuild 2006-05-06 13:01:23.000000000 +0300 >@@ -2,18 +2,29 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/sys-apps/keyutils/keyutils-1.0.ebuild,v 1.1 2005/12/15 00:16:58 robbat2 Exp $ > >+inherit eutils >+ > DESCRIPTION="Linux Key Management Utilities" > HOMEPAGE="http://www.kernel.org/" > SRC_URI="http://people.redhat.com/~dhowells/${PN}/${P}.tar.bz2" > LICENSE="GPL-2 LGPL-2.1" > SLOT="0" > KEYWORDS="~x86" >-IUSE="" >+IUSE="static" > DEPEND=">=sys-kernel/linux-headers-2.6.11" > #RDEPEND="" > >+src_unpack() { >+ unpack ${A} >+ cd "${S}" >+ epatch "${FILESDIR}/${P}-static.patch" >+} >+ > src_compile() { >- make CFLAGS="-Wall ${CFLAGS}" >+ if use static; then >+ CFLAGS_STATIC="-static" >+ fi >+ make CFLAGS="-Wall ${CFLAGS}" CFLAGS_STATIC="${CFLAGS_STATIC}" > } > > src_install() {
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 132434
: 86251 |
86252