aboutsummaryrefslogtreecommitdiff
path: root/net/bind/patches/002-autoconf-ar-fix.patch
Commit message (Collapse)AuthorAge
* bind: build fix: remove autoconf AR cruftLawrence D'Anna2015-03-27
This patch removes some autoconf goo which is causing bind to use the host's ar instead the ar from the toolchain. If they're both elf platforms this is fine, but it's no good if host is darwin. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>