Bug 1077898 - Add autoreconf to icedtea-web for ppc64le
Summary: Add autoreconf to icedtea-web for ppc64le
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: icedtea-web
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Deepak Bhole
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-18 19:31 UTC by Brent Baude
Modified: 2014-04-07 12:45 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-04-07 12:45:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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" \


Note You need to log in before you can comment on or make changes to this bug.