From 5322bdd4ccc9e8c59b1fdd066f0ba9cb7d091c92 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 13 Feb 2013 16:13:56 -0500 Subject: [PATCH] build-sys: fix build without -Wl,--gc-sections bootctl needs libsystemd-daemon.la too. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2cec04a14..aae3c27d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3087,7 +3087,8 @@ bootctl_SOURCES = \ bootctl_LDADD = \ libsystemd-shared.la \ - libsystemd-id128.la + libsystemd-id128.la \ + libsystemd-daemon.la bin_PROGRAMS += \ bootctl -- 2.30.2