On Fri, 2002-11-22 at 17:06, Marius Andreiana wrote:
> Hi
> 
> I'm trying to make a rpm on RedHat 8.0 with race (
> http://race.sourceforge.net/ ). I've downloaded the compiled version.
> 
> Everything goes fine, but the final rpm has a binary executable of 92
> bytes instead of the original 800k. The original race executable is
> statically-linked ( ldd says it's not dynamic ) and it seems that on
> brp-strip-comment-note step it gets 'stripped'.
> 
> If I put another binary, dynamically linked, it works fine.
> 
> How could I convince rpm to leave the executable as it is?

Maybe you've already found the answer to this, but in case you haven't,
try adding this line to the top of your .spec file.

%define __spec_install_post /usr/lib/rpm/brp-compress

Regards,

Chris




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to