GitHub user jrushford opened a pull request:
https://github.com/apache/trafficserver/pull/1250
TS-5060: Fix DNAME support for OSX and FreeBSD.
This PR fixes the build errors found for OSX caused by removing
nameser_compat.h in the PR thath adds DNAME support. nameser_compat.h is being
added back in and T_DNAME is defined in lib/ts/ink_resolver.h for OSX and
FreeBSD.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jrushford/trafficserver TS-5060
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1250.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1250
----
commit d704de6b7b12ef410457c1f76a08a0a53ef56652
Author: John J. Rushford <[email protected]>
Date: 2016-12-06T17:22:50Z
TS-5060: Fix DNAME support for OSX and FreeBSD.
commit 0b1f84314350d379bf85ace6a4d8470d94284725
Author: John Rushford <[email protected]>
Date: 2016-12-06T17:36:33Z
TS-5060: define T_DNAME for OSX and FreeBSD.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---