You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've the next problem: I want to build i386 packages in a x86_64 machine. After some tests, the only good solution that I've found is to prepend setarch i386 to the command, so the command:
Hi! I've the next problem: I want to build i386 packages in a x86_64 machine. After some tests, the only good solution that I've found is to prepend
setarch i386
to the command, so the command:rpmbuild -bb -vv --buildroot ...
behavessetarch i386 rpmbuild -bb -vv --buildroot...
Can you add some new option to your library that lets prepend "something" to the command? Or if you have a better solution it will be great.
Thanks for your library!!
The text was updated successfully, but these errors were encountered: