dovecot-2.0: doveadm: Fixed linking with --as-needed flag.

dovecot at dovecot.org dovecot at dovecot.org
Thu Aug 5 17:34:47 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/335434b424b8
changeset: 11940:335434b424b8
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Aug 05 15:34:41 2010 +0100
description:
doveadm: Fixed linking with --as-needed flag.
Patch by Eray Aslan

diffstat:

 src/doveadm/Makefile.am |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 6eb1311ac8e2 -r 335434b424b8 src/doveadm/Makefile.am
--- a/src/doveadm/Makefile.am	Thu Aug 05 15:31:53 2010 +0100
+++ b/src/doveadm/Makefile.am	Thu Aug 05 15:34:41 2010 +0100
@@ -38,8 +38,9 @@
 	$(unused_objects)
 
 doveadm_LDADD = \
-	$(libs) $(AUTH_LIBS) \
+	$(libs) \
 	$(cmd_pw_libs) \
+	$(AUTH_LIBS) \
 	$(LIBDOVECOT) \
 	$(MODULE_LIBS)
 doveadm_DEPENDENCIES = \


More information about the dovecot-cvs mailing list