From 3320e22a5daeb1d44d8998f285a460b2f715b89c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 28 Jan 2014 10:36:11 -0500 Subject: [PATCH] build-sys: disable lto also for libsystemd-id128 Another instance of https://sourceware.org/bugzilla/show_bug.cgi?id=16504. --- Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 49ac55fee..84e3b35fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4481,9 +4481,7 @@ libsystemd_id128_la_SOURCES = \ src/compat-libs/libsystemd-id128.sym libsystemd_id128_la_CFLAGS = \ - $(AM_CFLAGS) \ - -fvisibility=default \ - -imacros $(top_srcdir)/src/compat-libs/linkwarning.h + $(libsystemd_login_la_CFLAGS) libsystemd_id128_la_LDFLAGS = \ $(AM_LDFLAGS) \ -- 2.30.2