Bug 115539 - Keyword ~arch xorg-x11-7.0.0_rc3-r1 and mesa-progs
|
Bug#:
115539
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: x11@gentoo.org
|
Reported By: dberkholz@gentoo.org
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: Keyword ~arch xorg-x11-7.0.0_rc3-r1 and mesa-progs
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-12-14 08:12 0000
|
I just added mesa-progs to provide glxinfo and glxgears, and bumped xorg-x11 to
add it to the deps. You'll need to rekeyword xorg-x11 and keyword mesa-progs.
Thanks!
> echo "PIC_FLAGS = -fPIC" >> ${HOSTCONF}
Why compile these two executables with -fPIC?
(In reply to comment #1)
> > echo "PIC_FLAGS = -fPIC" >> ${HOSTCONF}
>
> Why compile these two executables with -fPIC?
That's just copied over from the mesa ebuild, along with most of the rest of the
setup. Is there a reason it should be changed?
(In reply to comment #2)
> That's just copied over from the mesa ebuild, along with most of the rest of the
> setup. Is there a reason it should be changed?
Whilst there's no performance penalty for compiling shared libraries with -fPIC
there certainly is when compiling executables. I guess that's of little
consequence with glxgears/glxinfo but it's also against gentoo ebuild policy
(which states that only shared libraries should be built with -fPIC).
OK for sparc, so both keyworded ~sparc.
I've removed the PIC_FLAGS setting in the ebuild.