Displaying 1 result from an estimated 1 matches for "4d268e810c15".
2012 Oct 10
1
[PATCH] dovadm plugins underlinking
...so. But it is not:
$ readelf -d /usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.so | grep NEEDED
0x0000000000000001 (NEEDED) Shared library: [librt.so.0.9.32]
0x0000000000000001 (NEEDED) Shared library: [libc.so.0.9.32]
Below is a patch that should solve it.
---
diff -r 4d268e810c15 src/plugins/acl/Makefile.am
--- a/src/plugins/acl/Makefile.am Mon Oct 08 08:53:54 2012 +0300
+++ b/src/plugins/acl/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_dov...