Preventing prelink from touching files during build

Panu Matilainen pmatilai at welho.com
Fri May 13 06:47:31 UTC 2005


On Thu, 12 May 2005, Jesse Keating wrote:

> On Thu, 2005-05-12 at 15:37 -0700, Jesse Keating wrote:
>> I'm building some packages that I need prelink to NOT touch wile
>> building them (FC3 host).  What can I put in my spec to prevent
>> prelink
>> from making the files break?
>
> Hrm, ends up not being prelink, I've removed it from the build box.
> However my file keeps getting thwacked in a way that leads it to no
> longer be executable.
>
> On the same system I can run the install command I have listed in my
> spec and the file works, so it has to be something in rpmbuild's
> processing of the files that makes it not work.  Has anybody ran into
> this that could help out?  It isn't prelink, it isn't debug stuff, I'm
> running out of ideas.

Stripping maybe? I know it does break some commercial software I've 
repackaged, adding '%define __spec_install_post :' to spec helped.

 	- Panu -




More information about the Fedora-maintainers mailing list