[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-hurd-Patches][301847] #254720: FTBFS: masqmail-0.2.20



Patches item #301847, was opened at 2005-06-28 04:45
>Status: Closed
Priority: 3
Submitted By: Barry deFreese (bddebian-guest)
Assigned to: Nobody (None)
Summary: #254720: FTBFS: masqmail-0.2.20 
Resolution: None
>Group: fixed
Category: build-env


Initial Comment:
Author: Barry deFreese <bddebian@comcast.net>
Source: masqmail
Status: Already in Debian BTS
Categories: build-env
Strip-Level: -p1

--- masqmail-0.2.20.org/configure.ac    2003-06-03 11:52:45.000000000 -0400
+++ masqmail-0.2.20/configure.ac        2005-06-27 17:07:17.000000000 -0400
@@ -38,7 +38,7 @@ dnl if there is res_search in libc, it i
 dnl if not, it is probably libc6 and we need libresolv
        AC_CHECK_LIB(c, res_search, need_resolv=no, need_resolv=yes)
        if test "$need_resolv" = yes; then
-               AC_CHECK_LIB(resolv, res_search,has_resolv=yes,AC_MSG_ERROR("no$
+               AC_CHECK_LIB(resolv, __res_search,has_resolv=yes,AC_MSG_ERROR("$
                RESOLV_LIBS='-lresolv'
        else
                RESOLV_LIBS=''

Whoops, I just noticed the first AC_CHECK_LIB() that I missed.  It is correct in the bug already submitted to Debian though.

----------------------------------------------------------------------

Comment By: Barry deFreese (bddebian-guest)
Date: 2005-06-28 16:33

Message:
Logged In: YES 
user_id=11521

Here is the Debian BTS entry:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=254720

----------------------------------------------------------------------

You can respond by visiting: 
http://alioth.debian.org/tracker/?func=detail&atid=410472&aid=301847&group_id=30628



Reply to: