]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
Moved cc-wrapper.sh handling to dovecot.m4
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 8 Aug 2016 10:12:15 +0000 (13:12 +0300)
committerGitLab <gitlab@git.dovecot.net>
Thu, 11 Aug 2016 14:45:08 +0000 (17:45 +0300)
commit0ee8b8cf17de44b3227aa0617406833ce7ca6fbd
tree8a8d0003ca8230c370079ffed4d1b5a415ed1a49
parentcd24dc2196f7480d4793ca5d5f9f8d70741bc103
Moved cc-wrapper.sh handling to dovecot.m4

When configuring Dovecot --without-shared-libs and pointing external plugins
to uninstalled sources --with-dovecot, any binaries complied for plugins
weren't using cc-wrapper.sh, which could have caused runtime failures when
they attempted to load plugins dynamically. Now it's possible to add
DC_CC_WRAPPER to plugins' configure.ac to build with the cc-wrapper.sh.
Makefile.am
cc-wrapper.sh.in [deleted file]
configure.ac
m4/dovecot.m4