Bug 1071980 - Trivial change for ppc64le in xdelta spec
Summary: Trivial change for ppc64le in xdelta spec
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: xdelta
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Pavel Raiskup
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-03 15:44 UTC by Brent Baude
Modified: 2014-03-04 08:51 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-04 08:51:13 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-03-03 15:44:02 UTC
Please consider the following trivial change which allows ppc64le to build xdelta:

[baude@localhost xdelta]$ git diff
diff --git a/xdelta.spec b/xdelta.spec
index 96bf779..101ffe2 100644
--- a/xdelta.spec
+++ b/xdelta.spec
@@ -33,7 +33,7 @@ algorithm to replace the standard diff program used by RCS
 %patch2 -p2 -b .man-page-day
 
 %build
-autoreconf -v
+autoreconf -fiv
 %configure
 make %{?_smp_mflags} V=0


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