dovecot-1.2: quota: Don't link rpcsvc library.

dovecot at dovecot.org dovecot at dovecot.org
Sat Aug 8 00:06:22 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/4fcb729cfadc
changeset: 9295:4fcb729cfadc
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 07 17:06:15 2009 -0400
description:
quota: Don't link rpcsvc library.
It shouldn't be necessary since we generate our own rquota_xdr.c

diffstat:

1 file changed, 5 deletions(-)
src/plugins/quota/Makefile.am |    5 -----

diffs (15 lines):

diff -r e92a9c18fd5b -r 4fcb729cfadc src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Fri Aug 07 16:54:36 2009 -0400
+++ b/src/plugins/quota/Makefile.am	Fri Aug 07 17:06:15 2009 -0400
@@ -12,11 +12,6 @@ lib10_quota_plugin_la_LDFLAGS = -module 
 
 module_LTLIBRARIES = \
 	lib10_quota_plugin.la
-
-if HAVE_RQUOTA
-lib10_quota_plugin_la_LIBADD = \
-	-lrpcsvc
-endif
 
 quota_dist_sources = \
 	quota.c \


More information about the dovecot-cvs mailing list