From: Timo Sirainen Date: Mon, 1 Aug 2016 22:04:57 +0000 (+0300) Subject: --without-shared-libs was linking libdovecot.so to mail binaries. X-Git-Tag: 2.3.0.rc1~3275 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d38e3f15fff99a48f20682c8b11b58b155e3163;p=thirdparty%2Fdovecot%2Fcore.git --without-shared-libs was linking libdovecot.so to mail binaries. Broken by e42dd7149. --- diff --git a/src/lib-storage/Makefile.am b/src/lib-storage/Makefile.am index d578508d73..68a07acf01 100644 --- a/src/lib-storage/Makefile.am +++ b/src/lib-storage/Makefile.am @@ -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 = \