|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: Xen and reiser4
Ming-Wei Shih wrote:
Jan Kundrát wrote:
Ming-Wei Shih wrote:
BTW anyone knows how to disable NPTL if there is not /lib/tls, I am
running Gentoo
remove "nptl" from use flags & recompile glibc (and other packages
using this flag as well, eg. openoffice)
-jkt
That's the exactly the thing which I didn't want to do, I want to build
glibc with linuxthreads and nptl
xming
Oops, message didn't get lost, thunderbird messed a thread :-(.
Look at your $PORTDIR/sys-libs/glibc/glibc-<version>.ebuild, locate
want_tls function and add "return 1" as the first line of the function.
This is ugly hack, but should work (not tested). Disadvantage is that it
won't survive `emerge sync`, but you can add it into $PORTDIR_OVERLAY...
The best solution would be to add "tls" use flag, I'll submit a
bugreport about that.
-jkt
--
cd /local/pub && more beer > /dev/mouth
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|