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:
parent
a4ed7da9c5
commit
e419060c3d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue