From: Jan Engelhardt Date: 2013-06-28 07:55:28.103159907 +0200 build: always build ldapmsplugin The source is already there in the free version, so why not just compile it. --- provider/plugins/Makefile.am | 2 -- 1 file changed, 2 deletions(-) Index: zarafa-7.1.5/provider/plugins/Makefile.am =================================================================== --- zarafa-7.1.5.orig/provider/plugins/Makefile.am +++ zarafa-7.1.5/provider/plugins/Makefile.am @@ -21,13 +21,11 @@ ldapplugin_la_SOURCES = LDAPUserPlugin.c ldapplugin_la_LDFLAGS = ${AM_LDFLAGS} -module -avoid-version ldapplugin_la_LIBADD = ${top_builddir}/common/libcommon_util.la $(LDAP_LIBS) -if ! OSS_ONLY pkglib_LTLIBRARIES += ldapmsplugin.la ldapmsplugin_la_CPPFLAGS = ${AM_CPPFLAGS} $(ldapplugin_la_CPPFLAGS) -DWITH_MULTISERVER ldapmsplugin_la_SOURCES = $(ldapplugin_la_SOURCES) ldapmsplugin_la_LDFLAGS = $(ldapplugin_la_LDFLAGS) ldapmsplugin_la_LIBADD = $(ldapplugin_la_LIBADD) -endif endif