From 242465b5bfcc2ea1b1d704907e7dd5f1c15d4404 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 25 Jan 2014 17:24:19 -0500 Subject: [PATCH] build-sys: disable lto for compatibility libraries https://sourceware.org/bugzilla/show_bug.cgi?id=16504 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 53707d999..dcfad0353 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4538,7 +4538,8 @@ libsystemd_login_la_SOURCES = \ libsystemd_login_la_CFLAGS = \ $(AM_CFLAGS) \ - -fvisibility=default + -fvisibility=default \ + -fno-lto libsystemd_login_la_LDFLAGS = \ $(AM_LDFLAGS) \ -- 2.30.2