Summary: | setting pic use-flag is missing in the prelink documentation | ||
---|---|---|---|
Product: | [OLD] Docs-user | Reporter: | John Herdy <johnherdy> |
Component: | Prelink HOWTO | Assignee: | Docs Team <docs-team> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
John Herdy
2004-08-17 08:46:49 UTC
forgot to mention that gcc needs this use-flag also so the documentation also needs to mention rebuilding gcc and glibc after adjusting /etc/make.conf before proceeding with prelink. pic is applied automatically to shared objects; users shouldnt have to put pic in USE or in CFLAGS cool, maybe it's an idea to change the description in use.desc a little or make a note in the prelink documentation. For the record; is it also not necessary to compile glibc with USE=pic? A note in the prelink docs? Like "you don't need to set pic even though the description sais so since it's done automatically" ? Looks kinda dumb to me :) I'm marking this as WORKSFORME. The description isn't wrong - the PIC USE-flag is indeed needed, but it's on by default. It's not use.desc's task to go dictate what USE flags are automatically on. That's also rather impossible as this depends on the used profile. |