Bug 1077898

Summary: Add autoreconf to icedtea-web for ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: icedtea-webAssignee: Deepak Bhole <dbhole>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dbhole, jvanek, omajid
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-07 12:45:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-03-18 19:31:59 UTC
Please consider adding an autoreconf -vfi (or -fi) to the icedtea-web spec as it will allow ppc64le to build it.

[baude@ppc64le icedtea-web]$ git diff
diff --git a/icedtea-web.spec b/icedtea-web.spec
index a0af653..c8c30ef 100644
--- a/icedtea-web.spec
+++ b/icedtea-web.spec
@@ -81,7 +81,7 @@ This package contains Javadocs for the IcedTea-Web project.
 %prep
 #%setup -q
 %setup -q -n icedtea-web-1.5pre05
-
+autoreconf -vfi
 
 %build
 CXXFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \