FS#2321 - Make MySQL prelink friendly (and probably everything else too)
Attached to Project:
Arch Linux
Opened by Christer Solskogen (solskogen) - Saturday, 05 March 2005, 10:42 GMT
Last edited by Judd Vinet (judd) - Sunday, 06 March 2005, 19:08 GMT
Opened by Christer Solskogen (solskogen) - Saturday, 05 March 2005, 10:42 GMT
Last edited by Judd Vinet (judd) - Sunday, 06 March 2005, 19:08 GMT
|
Details
prelink wants libraries and applications to be compiled with
"-fPic" - as far as I know, this is a good thing.
The easiest way to making prelink happy is to adjust makepkg.conf on the building machines with this: #make prelint happy with archlinux! export MAKEFALGS="-fPic" If using the "-fPic"-switch is bad thing, please let me know. |
This task depends upon
Comment by
Christer Solskogen (solskogen) -
Sunday, 06 March 2005, 09:57 GMT
fsck, this is not a bugreport, this is a feature request. And as
far as I can see I cant change it either.
Comment by Indan Zupancic (i3839) -
Sunday, 06 March 2005, 19:04 GMT
Libraries should be compiled with -fPIC (or -fpic, but not -fPic),
but for other reasons than prelink, which is outdated thanks to
improved gcc.