Package: gloox
Severity: normal
Tags: upstream patch

Due to a bug in configure.ac, SRV record lookup is disabled. This can be fixed
with the attached patch.

Index: branches/1.0/configure.ac
===================================================================
--- branches/1.0/configure.ac   (revision 4368)
+++ branches/1.0/configure.ac   (working copy)
@@ -253,7 +253,7 @@
       AC_MSG_CHECKING([for res_query in -lresolv (alternate version)])
       save_libs="$LIBS"
       LIBS="-lresolv $LIBS"
-      AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <resolv.h>]], 
[[res_query(0,0)]])],
+      AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <resolv.h>]], 
[[res_query(0,0,0,0,0)]])],
                      [AC_MSG_RESULT(yes)
                       AC_DEFINE(HAVE_RES_QUERY)
                       have_res_query=yes],

forwarded http://camaya.net/gloox/list/dev/msg01950.html

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to