[packages/systemd] - fix systemd_booted linking
arekm
arekm at pld-linux.org
Wed Feb 1 19:40:29 CET 2017
commit 8f808609356ff29818c220f690efd508738e361c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Feb 1 19:40:23 2017 +0100
- fix systemd_booted linking
systemd.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/systemd.spec b/systemd.spec
index 906c578..e9eb209 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -667,7 +667,7 @@ cp -p %{SOURCE2} src/systemd_booted.c
%{__make}
-./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd-daemon
+./libtool --mode=link --tag=CC %{__cc} %{rpmcppflags} %{rpmcflags} -o systemd_booted %{rpmldflags} src/systemd_booted.c -L. -lsystemd
%{?with_tests:%{__make} check}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/systemd.git/commitdiff/8f808609356ff29818c220f690efd508738e361c
More information about the pld-cvs-commit
mailing list