Kurt Roeckx wrote:
Works without problems.

Thank you for testing. I've just had a look at the upstream sources and
I've found that the upstream author has found another solution for the
upcoming 2.5.04 (It's a small patch so I attached it)...
Anyway: It's fixed and that counts...

Thank you and best regards
        Andreas
--
Andreas Tscharner                                      [EMAIL PROTECTED]
------------------------------------------------------------------------
And the beast shall come forth surrounded by a roiling cloud of
vengeance. The house of the unbelievers shall be razed and they shall be
scorched to the earth. Their tags shall blink until the end of days.
                                             -- The Book of Mozilla 12:10

Index: configure.in
===================================================================
RCS file: /usr/local/cvs/cvsnt/configure.in,v
retrieving revision 1.41.2.183
retrieving revision 1.41.2.184
diff -u -r1.41.2.183 -r1.41.2.184
--- configure.in        19 Jul 2006 18:53:53 -0000      1.41.2.183
+++ configure.in        20 Jul 2006 14:13:55 -0000      1.41.2.184
@@ -341,6 +341,11 @@
 
 AC_CHECK_LIB(socket,getaddrinfo)
 
+# Apparently the double underscore thing is a gccism (research puts it dating
+# back to a HURD bug in 2002 that never got fixed).  
+# This line Based on gnupg configure.
+AC_SEARCH_LIBS(res_query,resolv bind,,AC_SEARCH_LIBS(__res_query,resolv bind))
+
 AC_SEARCH_LIBS(res_query, resolv)
 
 AC_REPLACE_FUNCS(getaddrinfo getnameinfo inet_aton)

Reply via email to