Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 934738 Details for
Bug 1138627
[FTBFS] Treat AArch64 as 64-bit architecture
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
fix for a bug
0001-handle-AArch64-as-64-bit.patch (text/plain), 2.39 KB, created by
Marcin Juszkiewicz
on 2014-09-05 10:44:25 UTC
(
hide
)
Description:
fix for a bug
Filename:
MIME Type:
Creator:
Marcin Juszkiewicz
Created:
2014-09-05 10:44:25 UTC
Size:
2.39 KB
patch
obsolete
>From 3fa1464c52ad76117fa4f19d0271da699ed0c570 Mon Sep 17 00:00:00 2001 >From: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> >Date: Fri, 5 Sep 2014 11:35:11 +0200 >Subject: [PATCH 1/2] handle AArch64 as 64-bit > >--- > flush-aarch64.patch | 13 +++++++++++++ > flush.spec | 9 ++++++++- > 2 files changed, 21 insertions(+), 1 deletion(-) > create mode 100644 flush-aarch64.patch > >diff --git a/flush-aarch64.patch b/flush-aarch64.patch >new file mode 100644 >index 0000000..3e71d15 >--- /dev/null >+++ b/flush-aarch64.patch >@@ -0,0 +1,13 @@ >+Index: flush-0.9.12/m4/ax_boost_base.m4 >+=================================================================== >+--- flush-0.9.12.orig/m4/ax_boost_base.m4 >++++ flush-0.9.12/m4/ax_boost_base.m4 >+@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then >+ dnl are found, e.g. when only header-only libraries are installed! >+ libsubdirs="lib" >+ ax_arch=`uname -m` >+- if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then >++ if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = aarch64; then >+ libsubdirs="lib64 lib lib64" >+ fi >+ >diff --git a/flush.spec b/flush.spec >index aff2f27..9c2780d 100644 >--- a/flush.spec >+++ b/flush.spec >@@ -1,6 +1,6 @@ > Name: flush > Version: 0.9.12 >-Release: 10%{?dist} >+Release: 11%{?dist} > Summary: GTK-based BitTorrent client > > License: GPLv3+ >@@ -10,6 +10,7 @@ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{ > Source1: %{name}.desktop > Patch0: %{name}-dbus1.patch > Patch1: %{name}-dbus2.patch >+Patch2: %{name}-aarch64.patch > > BuildRequires: bison-devel > BuildRequires: flex >@@ -23,6 +24,7 @@ BuildRequires: libnotify-devel > BuildRequires: desktop-file-utils > BuildRequires: libtorrent > BuildRequires: dbus-c++-devel >+BuildRequires: autoconf > > Requires: hicolor-icon-theme > >@@ -46,8 +48,10 @@ Features: > %setup -q > %patch0 -p1 > %patch1 -p1 >+%patch2 -p1 > > %build >+autoconf > %configure > > make %{?_smp_mflags} >@@ -89,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : > %{_mandir}/ru/man?/* > > %changelog >+* Fri Sep 05 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.9.12-11 >+- handle AArch64 as 64-bit >+ > * Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.12-10 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild > >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1138627
: 934738 |
1012621