History log of /dovecot/src/lda/Makefile.am
Revision Date Author Comments Expand
3d7828efd92ecc0d08049f727d9be0154d1d681b 26-Nov-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lib-lda: Changed struct mail_deliver_context address fields to use the new struct smtp_address type.

0f72f253d5a117dad2f28b2ce336190a5e6b79c8 05-Oct-2017 Stephan Bosch <stephan.bosch@dovecot.fi>

lda/lmtp: Parse SMTP submit settings.

b200bc3875fa06d42c8619865cc306c3297fcacc 06-Jul-2016 Aki Tuomi <aki.tuomi@dovecot.fi>

Add PIE and RELRO to binaries

/dovecot/src/anvil/Makefile.am /dovecot/src/auth/Makefile.am /dovecot/src/config/Makefile.am /dovecot/src/dict/Makefile.am /dovecot/src/director/Makefile.am /dovecot/src/dns/Makefile.am /dovecot/src/doveadm/Makefile.am /dovecot/src/imap-hibernate/Makefile.am /dovecot/src/imap-login/Makefile.am /dovecot/src/imap-urlauth/Makefile.am /dovecot/src/imap/Makefile.am /dovecot/src/indexer/Makefile.am /dovecot/src/ipc/Makefile.am Makefile.am /dovecot/src/lib-dict/Makefile.am /dovecot/src/lib-ntlm/Makefile.am /dovecot/src/lib-otp/Makefile.am /dovecot/src/lmtp/Makefile.am /dovecot/src/log/Makefile.am /dovecot/src/master/Makefile.am /dovecot/src/plugins/fts/Makefile.am /dovecot/src/plugins/quota/Makefile.am /dovecot/src/pop3-login/Makefile.am /dovecot/src/pop3/Makefile.am /dovecot/src/replication/aggregator/Makefile.am /dovecot/src/replication/replicator/Makefile.am /dovecot/src/ssl-params/Makefile.am /dovecot/src/stats/Makefile.am /dovecot/src/util/Makefile.am
7f50258fb5e71ca7965d8527f879114c39d0a0fb 25-Feb-2013 Timo Sirainen <tss@iki.fi>

MODULE_LIBS is now part of LIBDOVECOT. No need to explicitly link it everywhere.

d80a9e1ca1594e60cb8eb620e05fbb4b15d6e87e 12-Oct-2012 Timo Sirainen <tss@iki.fi>

--without-shared-libs: Link Dovecot libraries with --whole-archive flag for binaries. This removes the need for the ugly unused_objects lists for binaries, which were needed to avoid plugins from failing because they were missing some functions. Apparently there's no easy way to use --whole-archive properly with libtool, so there's now a rather ugly cc-wrapper.sh that does it. Also this is done only when GNU ld is deted. Most people are going to use --with-shared-libs though, so I don't think any of this is going to be a real problem.

89d8953ec951bd165f9150b7afa28eb94defcad1 11-Aug-2012 Timo Sirainen <tss@iki.fi>

Makefile: Removed mountpoint.o from unused_objects, since it's now included via lib-master.

b71ec9499d47c92e5fd08683106c01e9face17eb 04-Mar-2012 Timo Sirainen <tss@iki.fi>

Makefile: Link with SSL_LIBS whenever linking libssl_iostream.la

f41861a7520df2de9f970312b674ad46eb75637f 26-May-2010 Timo Sirainen <tss@iki.fi>

lda, lmtp: Fixed library dependency tracking in Makefiles. --HG-- branch : HEAD

9f86dab529923d0b73f8f42be23a01651c5212c3 23-Apr-2010 Timo Sirainen <tss@iki.fi>

lib-lda is now an installed shared library. --HG-- branch : HEAD

6dcf19539f863161de37257eb7993f53de6632bd 21-Apr-2010 Timo Sirainen <tss@iki.fi>

lda, lmtp: Fixed using virtual plugin when not using shared libs. --HG-- branch : HEAD

1487de31461ef319395b26bf7c2a187a6d915a9c 23-Dec-2009 Timo Sirainen <tss@iki.fi>

Install deliver -> dovecot-lda symlink. --HG-- branch : HEAD

3b05bc0dd22dbdeff5650523b7f4a5efece20a32 29-Oct-2009 Timo Sirainen <tss@iki.fi>

lda: Link with message-header-encode.o so Sieve plugin can use it. --HG-- branch : HEAD

ca44a6ba994aaa3231a20ef6e046dfd97a8dcd2d 18-Oct-2009 Timo Sirainen <tss@iki.fi>

Makefiles: Separated LIBDOVECOT and LIBDOVECOT_DEPS. --HG-- branch : HEAD

7ab70e15c63c172c1715a40c8ffcff0285b6f05e 22-Jun-2009 Timo Sirainen <tss@iki.fi>

Removed unnecessary macro definitions from Makefiles. --HG-- branch : HEAD

d4683d85dc96fc6b2432ec9811aacc5f82c8648a 17-Apr-2009 Timo Sirainen <tss@iki.fi>

When using --disable-shared-libs, link with some unused .o files to get plugins working. --HG-- branch : HEAD

8dec8eab222cb7a0b4ef5e066cb1d7dac8a526d1 14-Apr-2009 Timo Sirainen <tss@iki.fi>

Added configure --without-shared-libs to link built binaries against static libraries. The libraries are still built and installed, so this is mainly useful for making life easier for developers. --HG-- branch : HEAD

58c61ac5650583d21c891e61e051c614290d31fb 13-Apr-2009 Timo Sirainen <tss@iki.fi>

Renamed deliver to dovecot-lda and moved most of its code to lib-lda. --HG-- branch : HEAD