search for: module_ltlibrari

Displaying 4 results from an estimated 4 matches for "module_ltlibrari".

Did you mean: module_ltlibraries
2010 Oct 13
1
Missing ACLOCAL_AMFLAGS ?
dovecot-2.0.5 autoreconf is failing with: [1] $ autoreconf -f -i [...] src/plugins/acl/Makefile.am:11: `module_LTLIBRARIES' is used but `moduledir' is undefined [...] autoreconf-2.65: automake failed with exit status: 1 Also, $ ./configure --help | grep module --with-nss Build with NSS module support (auto) In other words, no moduledir output in configure --help. Looks like dovecot.m4 is not...
2012 Oct 10
1
[PATCH] dovadm plugins underlinking
...Makefile.am Wed Oct 10 11:03:49 2012 +0200 @@ -10,7 +10,8 @@ -I$(top_srcdir)/src/doveadm NOPLUGIN_LDFLAGS = -lib10_doveadm_acl_plugin_la_LDFLAGS = -module -avoid-version +lib10_doveadm_acl_plugin_la_LDFLAGS = -module -avoid-version -Wl,-rpath,$(moduledir) +lib10_doveadm_acl_plugin_la_LIBADD = $(module_LTLIBRARIES) lib01_acl_plugin_la_LDFLAGS = -module -avoid-version module_LTLIBRARIES = \ diff -r 4d268e810c15 src/plugins/expire/Makefile.am --- a/src/plugins/expire/Makefile.am Mon Oct 08 08:53:54 2012 +0300 +++ b/src/plugins/expire/Makefile.am Wed Oct 10 11:03:49 2012 +0200 @@ -14,7 +14,8 @@ -I$(top_s...
2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
...ble modules against other loadable modules (http://www.finkproject.org/doc/porting/porting.en.html#shared.lib-and-mod ): --- a/src/plugins/fts-squat/Makefile.am 2009-10-18 16:28:45.000000000 -0500 +++ b/src/plugins/fts-squat/Makefile.am 2009-10-27 10:35:58.000000000 -0500 @@ -10,8 +10,9 @@ module_LTLIBRARIES = \ lib21_fts_squat_plugin.la -lib21_fts_squat_plugin_la_LIBADD = \ - ../fts/lib20_fts_plugin.la +# Apple can't link loadable modules against other loadable modules +#lib21_fts_squat_plugin_la_LIBADD = \ +# ../fts/lib20_fts_plugin.la lib21_fts_squat_plugin_la_SOURCES = \ fts-squat-p...
2006 Feb 03
0
rquotad (NFS) quota plugin
...il.location+quota/src/plugins/quota/Makefile.am Fri Feb 3 13:56:11 2006 *************** *** 2,10 **** -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-dict \ -I$(top_srcdir)/src/lib-mail \ ! -I$(top_srcdir)/src/lib-storage ! lib01_quota_plugin_la_LDFLAGS = -module -avoid-version module_LTLIBRARIES = \ lib01_quota_plugin.la --- 2,11 ---- -I$(top_srcdir)/src/lib \ -I$(top_srcdir)/src/lib-dict \ -I$(top_srcdir)/src/lib-mail \ ! -I$(top_srcdir)/src/lib-storage \ ! -I$(top_srcdir)/src/lib-index ! lib01_quota_plugin_la_LDFLAGS = -module -avoid-version -lrpcsvc module_LTLIBR...