]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix systemd_booted linking
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2017 18:40:23 +0000 (19:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 1 Feb 2017 18:40:23 +0000 (19:40 +0100)
systemd.spec

index 906c578088ea30d2db9be7c1a3861915ade44162..e9eb2091e2596ea682d09c1072873d02d416e44f 100644 (file)
@@ -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}
 
This page took 0.054361 seconds and 4 git commands to generate.