2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00

add a note for building ppc64/ppc64le perl-Net-DNS

Former-commit-id: d76d36bddd7f070c53f325b0e49ceb3946f7f08b
This commit is contained in:
ligc 2014-11-06 03:32:27 -05:00
parent 7713b2f19c
commit 5114c6a915

View File

@ -3,4 +3,4 @@ How to build the perl-Net-DNS
1. cp the Net-DNS-0.80.tar.gz to the rpmbuild/SOURCES/
2. cp the Net-DNS.spec to the rpmbuild/SPECS/
3. cd rpmbuild/SPECS/
4. rpmbuild -bb Net-DNS.spec
4. rpmbuild -bb Net-DNS.spec (The default buildarch in Net-DNS.spec is x86_64, needs to modify buildarch if the build arch is not x86_64)