On Thu, Apr 5, 2012 at 11:16 PM, Scott Meyers <scottmeyers@live.com>
wrote:> I downloaded and compiled few *.tar.gz and SRC.rpm packages in the past few
> days. When compiling is completed, I sometimes get i386 and not i686. Is
> there any way to change a file or something before compiling a source
> package to get i686 and not i386? Thank you
If you rebuild the src.rpm, you can set that by passing the option
--target=i686 such as:
rpmbuild --rebuild --target=i686 /path/to/whatever.src.rpm
Thanks.
Kindest regards,
Giam Teck Choon