Created
February 11, 2018 08:01
-
-
Save gwsu2008/8f9e2973cf9858c749f47ec6d7a70980 to your computer and use it in GitHub Desktop.
rpmbuild 32bit lib packages for x86-64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CC='gcc -m32' CXX='g++ -m32' linux32 rpmbuild -bb --target=i586 package.spec | |
{ | |
echo package | |
echo package-devel | |
} > baselibs.conf | |
/usr/lib/build/mkbaselibs -c /usr/lib/build/baselibs_global.conf -c baselibs.conf /PATH_ TO_ RPMS/.../i586/package*.rpm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment