folks: explicitly disable building with LTO

Since version 0.12 libfolks is building with LTO (Link Time Optimizations)
by default. This leads to a several problems, e.g. Geary simply crashes
with segfault at startup.
Explicitly disable LTO during build to avoid such malfunction.

Signed-off-by: Alexander Lobakin <alobakin@dlink.ru>
This commit is contained in:
Alexander Lobakin 2019-08-09 16:30:53 +03:00 committed by Enno Boland
parent a4ed7da9c5
commit e419060c3d

View file

@ -1,9 +1,9 @@
# Template file for 'folks'
pkgname=folks
version=0.12.1
revision=1
revision=2
build_style=meson
configure_args="-Dlibsocialweb-backend=false $(vopt_bool vala vala)"
configure_args="-Db_lto=false -Dlibsocialweb-backend=false $(vopt_bool vala vala)"
hostmakedepends="pkg-config intltool glib-devel $(vopt_if vala vala)
python $(vopt_if gir gobject-introspection)"
makedepends="readline-devel telepathy-glib-devel zeitgeist-devel