Bug 1079542 - Trivial change to sq3_utils spec to enable ppc64le
Summary: Trivial change to sq3_utils spec to enable ppc64le
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: sg3_utils
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Dan Horák
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-21 19:07 UTC by Brent Baude
Modified: 2014-04-18 13:52 UTC (History)
2 users (show)

Fixed In Version: sg3_utils-1.38-1.fc21
Clone Of:
Environment:
Last Closed: 2014-04-18 13:52:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-03-21 19:07:24 UTC
Recent version of sg3_utils fail to build shared libraries on ppc64le.  Adding an autoreconf corrects this.  

diff --git a/sg3_utils.spec b/sg3_utils.spec
index b5e9bca..11e656b 100644
--- a/sg3_utils.spec
+++ b/sg3_utils.spec
@@ -52,6 +52,7 @@ developing applications.
 %setup -q
 %patch0 -p1 -b .dev-snapshot
 %patch1 -p1 -b .man-fixes
+autoreconf -vfi
 
 
 %build


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