[dovecot] Re: Architectural questions
Thomas Wouters
thomas at xs4all.net
Tue Oct 22 21:49:37 EEST 2002
On Tue, Oct 22, 2002 at 08:18:19PM +0200, Thomas Wouters wrote:
> Heh. That reminds me... Have you considered using, for instance,
> SourceForge to host dovecot ?
And while on *that* subject, the current CVS tree needs a patch like this to
compile. (And the usual Makefile rebuilds.) But I'm sure you already noticed
:-)
Index: src/login/Makefile.am
===================================================================
RCS file: /home/thomas/cvs-root/dovecot/src/login/Makefile.am,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile.am
*** src/login/Makefile.am 9 Aug 2002 09:15:53 -0000 1.1.1.1
--- src/login/Makefile.am 22 Oct 2002 18:48:32 -0000
***************
*** 1,7 ****
pkglib_PROGRAMS = imap-login
INCLUDES = \
! -I$(top_srcdir)/src/lib
imap_login_LDADD = \
../lib/liblib.a \
--- 1,8 ----
pkglib_PROGRAMS = imap-login
INCLUDES = \
! -I$(top_srcdir)/src/lib \
! -DPACKAGE=\""$(PACKAGE)"\"
imap_login_LDADD = \
../lib/liblib.a \
Index: src/master/Makefile.am
===================================================================
RCS file: /home/thomas/cvs-root/dovecot/src/master/Makefile.am,v
retrieving revision 1.1.1.1
diff -c -r1.1.1.1 Makefile.am
*** src/master/Makefile.am 9 Aug 2002 09:15:55 -0000 1.1.1.1
--- src/master/Makefile.am 22 Oct 2002 18:48:12 -0000
***************
*** 4,10 ****
-I$(top_srcdir)/src/lib \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DPKG_RUNDIR=\""$(localstatedir)/run/$(PACKAGE)"\" \
! -DPKG_LIBDIR=\""$(pkglibdir)"\"
imap_master_LDADD = \
../lib/liblib.a
--- 4,11 ----
-I$(top_srcdir)/src/lib \
-DSYSCONFDIR=\""$(sysconfdir)"\" \
-DPKG_RUNDIR=\""$(localstatedir)/run/$(PACKAGE)"\" \
! -DPKG_LIBDIR=\""$(pkglibdir)"\" \
! -DPACKAGE=\""$(PACKAGE)"\"
imap_master_LDADD = \
../lib/liblib.a
--
Thomas Wouters <thomas at xs4all.net>
Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
More information about the dovecot
mailing list