]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
--without-shared-libs was linking libdovecot.so to mail binaries.
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 1 Aug 2016 22:04:57 +0000 (01:04 +0300)
committerGitLab <gitlab@git.dovecot.net>
Mon, 1 Aug 2016 22:25:05 +0000 (01:25 +0300)
Broken by e42dd7149.

src/lib-storage/Makefile.am

index d578508d7349c10f38b0dd3f8f6738c045359a9e..68a07acf01c0e3ec33c476394b435e181915b53c 100644 (file)
@@ -97,16 +97,21 @@ shlibs = \
        index/libstorage_index.la \
        register/libstorage_register.la \
        ../lib-index/libindex.la \
-       ../lib-imap-storage/libimap-storage.la \
-       ../lib-dovecot/libdovecot.la
+       ../lib-imap-storage/libimap-storage.la
 
 libstorage_la_LIBADD = $(shlibs)
 libstorage_la_DEPENDENCIES = $(shlibs)
 
 pkglib_LTLIBRARIES = libdovecot-storage.la
 libdovecot_storage_la_SOURCES = 
-libdovecot_storage_la_LIBADD = libstorage.la $(LINKED_STORAGE_LDADD)
-libdovecot_storage_la_DEPENDENCIES = libstorage.la
+libdovecot_storage_la_LIBADD = \
+       libstorage.la \
+       ../lib-dovecot/libdovecot.la \
+       $(LINKED_STORAGE_LDADD)
+libdovecot_storage_la_DEPENDENCIES = \
+       libstorage.la \
+       ../lib-dovecot/libdovecot.la \
+       $(LIBDOVECOT_DEPS)
 libdovecot_storage_la_LDFLAGS = -export-dynamic
 
 test_programs = \