[torsocks/osx] Fix -lresolv on linux builds again

23 Oct
2011
23 Oct
'11
6:27 p.m.
commit cc8e7e0ae59def5da94b576ed19e9412e517ad7b Author: Robert Hogan <robert@roberthogan.net> Date: Fri Feb 18 22:11:40 2011 +0000 Fix -lresolv on linux builds again --- configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index cdb99e7..614f34e 100644 --- a/configure.in +++ b/configure.in @@ -519,7 +519,7 @@ AC_SUBST(SPECIALLIBS) LIBS=${SIMPLELIBS} AC_SEARCH_LIBS(dlopen, [dl]) -AC_SEARCH_LIBS(inet_aton, [resolv]) +AC_SEARCH_LIBS(res_query, [resolv]) dnl Linker checks for Mac OSX, which uses DYLD_INSERT_LIBRARIES dnl instead of LD_PRELOAD
4955
Age (days ago)
4955
Last active (days ago)
0 comments
1 participants
participants (1)
-
hoganrobert@torproject.org