Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-08-06 Thread Tomas Janousek
Hi, On Tue, Aug 07, 2007 at 01:02:26AM +0300, Timo Sirainen wrote: > I committed a modified version of this to v1.1 tree. It's now enabled > with --with-sql=plugin. > > I also added --with-ldap=plugin and --with-gssapi=plugin. Great, thanks! -- Tomas Janousek, SW Engineer, Red Hat, Inc.

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-08-06 Thread Timo Sirainen
On Fri, 2007-04-13 at 15:27 +0200, Tomas Janousek wrote: > a new version of the sql split patch attached, should be smaller, cleaner, > better. I committed a modified version of this to v1.1 tree. It's now enabled with --with-sql=plugin. I also added --with-ldap=plugin and --with-gssapi=plugin.

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-04-13 Thread Tomas Janousek
Hi, a new version of the sql split patch attached, should be smaller, cleaner, better. -- Tomas Janousek, SW Engineer, Red Hat, Inc. --- dovecot-1.0.rc32/src/dict/main.c.split 2007-02-22 15:32:11.0 +0100 +++ dovecot-1.0.rc32/src/dict/main.c2007-04-13 13:56:55.0 +0200 @@

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-04-01 Thread Timo Sirainen
On Fri, 2007-03-30 at 18:05 +0200, Tomas Janousek wrote: > > But for now, wouldn't it simply work if you did like > > http://wiki.dovecot.org/CompilingSource (last section) shows? It's a bit > > dirty though. > > Does that really work? It doesn't work here unless I symlink those files to > the sql

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-03-30 Thread Tomas Janousek
Hi, On Fri, Mar 30, 2007 at 06:01:35PM +0300, Timo Sirainen wrote: > I'd like to make it possible to use some configure option to decide what > plugins should be compiled directly into binaries and what should be > installed as plugins. So that's the long term plan. I think I may rework that patc

Re: [Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-03-30 Thread Timo Sirainen
On Fri, 2007-03-30 at 16:03 +0200, Tomas Janousek wrote: > in order to solve rhbz#170960 [1], I split the sql drivers to plugins so that > they are loaded dynamically and can be split to separate packages. > > [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170960 > > The patches are her

[Dovecot] [PATCH] Split sql drivers from lib-sql to plugins

2007-03-30 Thread Tomas Janousek
Hi, in order to solve rhbz#170960 [1], I split the sql drivers to plugins so that they are loaded dynamically and can be split to separate packages. [1] https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=170960 The patches are here: [2] http://people.redhat.com/tjanouse/dovecot/145241/dovecot-