Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 309137 Details for
Bug 406303
sys-apps/util-linux-2.20.1 with sys-libs/uclibc - fails to compile because of missing scanf support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to make libmount optional
util-linux-uclibc.patch (text/plain), 681 bytes, created by
James Le Cuirot
on 2012-04-16 12:38:22 UTC
(
hide
)
Description:
Patch to make libmount optional
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2012-04-16 12:38:22 UTC
Size:
681 bytes
patch
obsolete
>--- util-linux-2.21.1.ebuild.orig 2012-04-14 06:31:27.000000000 +0100 >+++ util-linux-2.21.1.ebuild 2012-04-16 13:34:46.006342596 +0100 >@@ -49,7 +49,6 @@ > else > use loop-aes && epatch "${WORKDIR}"/util-linux-*.diff > fi >- use uclibc && sed -i -e s/versionsort/alphasort/g -e s/strverscmp.h/dirent.h/g mount/lomount.c > elibtoolize > } > >@@ -103,7 +102,11 @@ > fi > > # need the libs in / >- gen_usr_ldscript -a blkid mount uuid >+ gen_usr_ldscript -a blkid uuid >+ >+ # uClibc can't build libmount (yet) >+ [[ -f "${ED}/usr/$(get_libdir)/libmount.so" ]] && gen_usr_ldscript -a mount >+ > # e2fsprogs-libs didnt install .la files, and .pc work fine > find "${ED}" -name '*.la' -delete >
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 406303
:
309137
|
309139