This is a discussion on [courier-users] Makefile change to allow authlib in non-standard within the Courier-Imap forums, part of the Mail Servers and Related category; Hello, I have just completed building courier 0.55 and authlib 0.59.2. I installed authlib in /usr/local/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
I have just completed building courier 0.55 and authlib 0.59.2. I installed authlib in /usr/local/courier. I couldn't build courier, even though I launched configure with ../configure --includedir=/usr/local/courier/include/ --prefix=/usr/local/courier I had to patch several of the makefiles to allow for /usr/local/courier/include to be used as the include directory. Changed files were: imap/Makefile pcp/Makefile webmail/Makefile courier/Makefile courier/module.local/Makefile courier/module.esmtp/Makefile The only change I had to make was this DEFAULT_INCLUDES = -I. -I$(srcdir) -I. to DEFAULT_INCLUDES = -I. -I$(srcdir) -I. -I$(includedir) I thought this might save someone else some time. Thanks for a great mail system! -- Jerry Steinhauer Berbee ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |