[systemd-commits] Makefile.am

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Tue Jan 28 07:41:42 PST 2014


 Makefile.am |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 3320e22a5daeb1d44d8998f285a460b2f715b89c
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Tue Jan 28 10:36:11 2014 -0500

    build-sys: disable lto also for libsystemd-id128
    
    Another instance of https://sourceware.org/bugzilla/show_bug.cgi?id=16504.

diff --git a/Makefile.am b/Makefile.am
index 49ac55f..84e3b35 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) \



More information about the systemd-commits mailing list