From 5114c6a915a7e0886b1b5de49316af57bdefa41d Mon Sep 17 00:00:00 2001 From: ligc Date: Thu, 6 Nov 2014 03:32:27 -0500 Subject: [PATCH] add a note for building ppc64/ppc64le perl-Net-DNS Former-commit-id: d76d36bddd7f070c53f325b0e49ceb3946f7f08b --- perl-Net-DNS/Buildnote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Net-DNS/Buildnote b/perl-Net-DNS/Buildnote index 314b053..d3d7cb6 100644 --- a/perl-Net-DNS/Buildnote +++ b/perl-Net-DNS/Buildnote @@ -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)