Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191287 Details for
Bug 144215
net-fs/nfs-utils-1.0.6-r6 - nfsd fails on uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
nfs-utils-1.1.4-r1: rpcgen need to be build explicitely
nfs-utils-1.1.4-r1.diff (text/plain), 655 bytes, created by
Bertrand Jacquin
on 2009-05-14 21:18:20 UTC
(
hide
)
Description:
nfs-utils-1.1.4-r1: rpcgen need to be build explicitely
Filename:
MIME Type:
Creator:
Bertrand Jacquin
Created:
2009-05-14 21:18:20 UTC
Size:
655 bytes
patch
obsolete
>--- /usr/portage/net-fs/nfs-utils/nfs-utils-1.1.4-r1.ebuild 2009-03-25 20:09:03.000000000 +0100 >+++ nfs-utils-1.1.4-r1.ebuild 2009-05-14 23:10:20.000000000 +0200 >@@ -40,6 +40,8 @@ > epatch "${FILESDIR}"/${PN}-1.1.4-ascii-man.patch > epatch "${FILESDIR}"/${PN}-1.1.4-mtab-sym.patch > epatch "${FILESDIR}"/${PN}-1.1.4-no-exec.patch >+ >+ epatch "${FILESDIR}"/${P}-uClibc.diff > } > > src_compile() { >@@ -61,6 +63,11 @@ > ${myconf} \ > || die "Configure failed" > emake || die "Failed to compile" >+ >+ # uClibc doesn't provide rpcgen like glibc, so lets steal it from nfs-utils >+ if ! use elibc_glibc ; then >+ emake -C tools/rpcgen >+ fi > } > > 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 144215
:
134234
|
134240
| 191287 |
191288