Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=592670
Ralf Corsepius rc040203@freenet.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rc040203@freenet.de
--- Comment #7 from Ralf Corsepius rc040203@freenet.de 2010-05-18 10:14:53 EDT --- (In reply to comment #6)
1.Patch1 is not enough, you should also remove some gcc switches in CFLAGS: -W -Wall -std=c99 -pedantic -Os
make CFLAGS="$RPM_OPT_FLAGS" linux
use install instead of %{__install}
rpm --eval %__install /usr/bin/install
rpm --eval %__make /usr/bin/make
rpm --eval %__rm /usr/bin/rm
No idea why you are fighting these macros. These macros are correct, there is nothing wrong in using them.