Bug 990174 - build avahi without mono for aarch64
Summary: build avahi without mono for aarch64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: avahi
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lennart Poettering
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-30 14:03 UTC by Mark Salter
Modified: 2013-08-14 18:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-14 18:56:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mark Salter 2013-07-30 14:03:03 UTC
Description of problem:
Aarch64 does not have a port of mono yet. Could we add aarch64 to list of arches building without mono until a port is available?

diff --git a/avahi.spec b/avahi.spec
index ff339c9..75b0e5f 100644
--- a/avahi.spec
+++ b/avahi.spec
@@ -1,7 +1,7 @@
 %{?!WITH_MONO:          %global WITH_MONO 1}
 %{?!WITH_COMPAT_DNSSD:  %global WITH_COMPAT_DNSSD 1}
 %{?!WITH_COMPAT_HOWL:   %global WITH_COMPAT_HOWL  1}
-%ifarch sparc64 s390
+%ifarch sparc64 s390 aarch64
 %define WITH_MONO 0
 %endif
 %if 0%{?rhel}


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:


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