Summary: | net/mDNSResponder does not compile on ARM | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ulrich Grey <usenet> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | freebsd-arm, mikael | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(sunpoet) |
||||
Version: | Latest | ||||||
Hardware: | arm | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ulrich Grey
2015-04-23 16:21:31 UTC
Created attachment 155939 [details]
fix build on armv6
Hi,
revision r384468 breaks the build on arm.
The attached patch fixes that.
(In reply to mikael.urankar from comment #1) Hello, thank you for the patch. The build now finished successfully: ===>>> Upgrade of mDNSResponder-561.1.1 to mDNSResponder-561.1.1_1 complete A commit references this bug: Author: sunpoet Date: Sun Apr 26 09:24:14 UTC 2015 New revision: 384763 URL: https://svnweb.freebsd.org/changeset/ports/384763 Log: - Fix build on arm PR: 199647 Submitted by: Ulrich Grey <usenet@ulrich-grey.de>, Mikael Urankar <mikael.urankar@gmail.com> Changes: head/net/mDNSResponder/files/patch-mDNSPosix-Makefile Committed. Thanks! |