On 05/09/06 16:46 +0530, Y Giridhar Appaji Nag - Debian said ...
> 
> I'll try to figure out which package the request_login function is
> from and then send in more updates.

Uggh!  It is the imapfilter sources that have request_login func.  The
CFLAGS that would be set by having DEB_BUILD_OPTIONS define "debug" are
being overridden by the Makefile.dpath

     26  MYCFLAGS = -Wall -O
     27  MYLDFLAGS =
     28 @@ -14,7 +14,7 @@
     29  CFLAGS = $(MYCFLAGS) $(DEFS) $(INCDIRS)
     30  LDFLAGS = $(MYLDFLAGS) $(LIBDIRS)

It should be CFLAGS += $(MYCFLAGS) ...

Anyways,

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to