mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 14:22:32 +00:00
dovecot: Disable LTO
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1b825a6e58
commit
7a0117ec4e
@ -44,6 +44,10 @@ CACHED_CONFIGUREVARS += "i_cv_signed_size_t=no \
|
|||||||
EXTRA_OECONF = " --with-ioloop=epoll \
|
EXTRA_OECONF = " --with-ioloop=epoll \
|
||||||
--with-systemdsystemunitdir=${systemd_unitdir}/system"
|
--with-systemdsystemunitdir=${systemd_unitdir}/system"
|
||||||
|
|
||||||
|
# Uses hidden symbols
|
||||||
|
# libssl_iostream_openssl.so: undefined reference to `ssl_iostream_handshake'
|
||||||
|
LTO = ""
|
||||||
|
|
||||||
SYSTEMD_PACKAGES = "${PN}"
|
SYSTEMD_PACKAGES = "${PN}"
|
||||||
SYSTEMD_SERVICE_${PN} = "dovecot.service dovecot.socket"
|
SYSTEMD_SERVICE_${PN} = "dovecot.service dovecot.socket"
|
||||||
SYSTEMD_AUTO_ENABLE = "disable"
|
SYSTEMD_AUTO_ENABLE = "disable"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user