Bug 1051186 - Trivial change to enable ppc64le in exempi
Summary: Trivial change to enable ppc64le in exempi
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: exempi
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Mikolaj Izdebski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-01-09 20:06 UTC by Brent Baude
Modified: 2014-01-10 15:38 UTC (History)
2 users (show)

Fixed In Version: 2.2.1-4
Clone Of:
Environment:
Last Closed: 2014-01-10 09:15:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-01-09 20:06:36 UTC
Please consider the following trivial patch to the exempi spec which corrects an issue on ppc64le when the autoreconf is run (later in the spec):


diff --git a/exempi.spec b/exempi.spec
index 88d3de4..86815c9 100644
--- a/exempi.spec
+++ b/exempi.spec
@@ -30,7 +30,7 @@ developing with exempi.
 %setup -q
 
 %build
-
+libtoolize -vi
 ./autogen.sh
 # BanEntityUsage needed for #888765
 %configure CPPFLAGS="-I%{_includedir} -fno-strict-aliasing -DBanAllEntityUsage=1"

Comment 1 Mikolaj Izdebski 2014-01-10 08:56:03 UTC
Fixed in exempi-2.2.1-4

Comment 2 Mikolaj Izdebski 2014-01-10 09:15:42 UTC
I believe that this bug is fixed in exempi-2.2.1-4,
which is available in Fedora Rawhide, so I am closing this bug now.

The build containing the fix can be found at Koji:
http://koji.fedoraproject.org/koji/buildinfo?buildID=489455


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