diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-28 10:36:11 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-01-28 10:40:41 -0500 |
commit | 3320e22a5daeb1d44d8998f285a460b2f715b89c (patch) | |
tree | 82810db1b0043e042441f57d67c84ed415795e2d /Makefile.am | |
parent | 2d5bdf5bc0e4714d42e5999a4e37553a6bf83575 (diff) |
build-sys: disable lto also for libsystemd-id128
Another instance of https://sourceware.org/bugzilla/show_bug.cgi?id=16504.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 49ac55fee1..84e3b35faf 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) \ |