[Kolab-devel] kolab cyrus imap patch does not build

Marcus Hüwe suse-tux at gmx.de
Tue Oct 25 15:43:21 CEST 2005


On Mon, 24 Oct 2005 23:44:51 +0200
Richard Bos <radoeka at xs4all.nl> wrote:

> Op maandag 24 oktober 2005 23:06, schreef Martin Konold:
> > > Ah, yes that's it of course :))  That's clarified.
> >
> > FYR: The reason for this is that we don't wanted to modify the
> > default options of the upstream OpenPKG packages. This shall make
> > it easier for OpenPKG to accept our SRPMS for inclusion.
> 
> I have no problems with with=ldap, I only did not think of it,
> neither did Marcus.  The thing to wonder about is, why the
> kolab/openpkg does not complain about the missing -lldap gcc
> option....?
>
i reviewed the kolab-ldap patch and find the following:
diff -urp ../cyrus-imapd-2.2.8.orig/configure ./configure
--- ../cyrus-imapd-2.2.8.orig/configure	2004-07-29
18:22:18.000000000 +0200 +++ ./configure	2005-01-10
12:56:16.000000000 +0100 @@ -14422,7 +14422,7 @@ for flag in ${ldflags}
${default_ldflags done
 
 IMAP_COM_ERR_LIBS="${COM_ERR_LIBS}"
-IMAP_LIBS="${LIB_SASL} ${LIBS}"
+IMAP_LIBS="${LIB_SASL} -lldap -llber ${LIBS}"


they're patching the configure and we need it for the configure.in
because our spec file generates a new configure script-


Btw. "-llber" and the "lber.h" aren't needed IMHO.


Marcus




More information about the devel mailing list