Displaying 2 results from an estimated 2 matches for "libdovecot_sieve_la_libadd".
2010 May 12
1
dovecot-2.0 hg and pigeonhole hg
...b-sieve/Makefile.am.orig        2010-05-12 12:14:16.000000000
+0400
+++ src/lib-sieve/Makefile.am     2010-05-12 12:14:22.000000000 +0400
@@ -64,8 +64,8 @@
        ./plugins/spamvirustest/libsieve_ext_spamvirustest.la \
        $(unfinished_plugins)
 
-libdovecot_sieve_la_DEPENDENCIES = $(plugins)
-libdovecot_sieve_la_LIBADD = $(plugins)
+libdovecot_sieve_la_DEPENDENCIES = $(plugins) $(LIBDOVECOT_LDA_DEPS)
+libdovecot_sieve_la_LIBADD = $(plugins) $(LIBDOVECOT_LDA)
 
 libdovecot_sieve_la_SOURCES = \
        rfc2822.c \
-- 
Vasiliy G Tolstov <v.tolstov at selfip.ru>
Selfip.Ru
2014 Feb 07
1
Problem rebuilding Centos 5/6 pigeonhole RPM from mercurial version
...CIES and 
LIBADD definitions in src/lib-sieve/Makefile.am
seems to be correct
ibdovecot_sieve_la_DEPENDENCIES = \
         $(plugins) \
         $(top_builddir)/src/lib-sieve/util/libsieve_util.la \
         $(LIBDOVECOT_LDA_DEPS) \
         $(LIBDOVECOT_STORAGE_DEPS) \
         $(LIBDOVECOT_DEPS)
libdovecot_sieve_la_LIBADD = \
         $(plugins) \
         $(top_builddir)/src/lib-sieve/util/libsieve_util.la \
         $(LIBDOVECOT_LDA) \
         $(LIBDOVECOT_STORAGE) \
         $(LIBDOVECOT)
I apologize for the long message, hope you can help on this.
Regards
Juan C. Blanco--
+------------------------------------...