5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier-IMAP 1.3....
FromSent OnAttachments
Tabor J. WellsMay 3, 2001 5:42 pm.patch
Tabor J. WellsMay 3, 2001 6:13 pm.patch
Larry MooreMay 3, 2001 6:29 pm 
Sam VarshavchikMay 3, 2001 6:30 pm 
Tabor J. WellsMay 3, 2001 8:57 pm.patch
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Courier-IMAP 1.3.8 linking problem on Solaris (patch attached)Actions...
From:Tabor J. Wells (twe@atg.com)
Date:May 3, 2001 6:13:19 pm
List:net.sourceforge.lists.courier-users
Attachments:

On Thu, May 03, 2001 at 08:42:53PM -0400, Tabor J. Wells <twe@atg.com> is thought to have said:

The attached patch to authlib/Makefile.in fixes this and allows Courier-IMAP to compile clean on Solaris.

Which is, of course, wrong since I typoed my diff. *sigh* Corrected patch attached to this msg.

Sorry 'bout that.

Tabor

--

------------------------------------------------------------------------ Tabor J. Wells twe@atg.com Sr. Systems Administrator Art Technology Group http://www.atg.com

*** authlib/Makefile.in.orig Thu May 3 20:58:14 2001 --- authlib/Makefile.in Thu May 3 21:02:40 2001 *************** *** 788,794 **** CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
$(CFLAGS) CCLD = $(CC) ! LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ MANS = $(man_MANS)

NROFF = nroff --- 788,794 ---- CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
$(CFLAGS) CCLD = $(CC) ! LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(NETLIBS) MANS = $(man_MANS)

NROFF = nroff