Use -lresolv in LIBS with rust on OSX.
commit2ac9734bd21f3eecb20560cde5c4037230029157
authorNick Mathewson <nickm@torproject.org>
Thu, 4 Jan 2018 19:02:24 +0000 (4 14:02 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 4 Jan 2018 19:02:24 +0000 (4 14:02 -0500)
treed89b2f263a5286cd188564f7bdb27ee973b59776
parent9ef97a268b06fed7b07908823600911a2a6eadc1
Use -lresolv in LIBS with rust on OSX.

This fixes issue #24652, and is a workaround for Rust issue
https://github.com/rust-lang/rust/issues/46797 .
Makefile.am
changes/bug24652 [new file with mode: 0644]
configure.ac