]> git.pld-linux.org Git - packages/erlang-sd_notify.git/commitdiff
- fix linking for systemd 232 master auto/th/erlang-sd_notify-0.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Feb 2017 14:01:02 +0000 (15:01 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 26 Feb 2017 14:01:02 +0000 (15:01 +0100)
- rel 3

erlang-sd_notify.spec

index 7aa9630401f0dda3c3987b2ad227cf723da37b3e..b99c6f9a31c9bbd5def628dca70a3198471c75ff 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       Erlang bindings for systemd-notify subsystem
 Name:          erlang-sd_notify
 Version:       0.1
-Release:       2
+Release:       3
 License:       MIT
 Group:         Development/Languages
 Source0:       https://github.com/lemenkov/erlang-sd_notify/tarball/%{version}/%{name}-%{version}.tar.bz2
@@ -26,7 +26,7 @@ mv lemenkov-erlang-sd_notify-*/* .
 %build
 %{__make} \
        CFLAGS="%{rpmcflags}" \
-       LDFLAGS="%{rpmldflags} -lsystemd-daemon" \
+       LDFLAGS="%{rpmldflags} -lsystemd" \
        REBAR=%{_bindir}/rebar \
        REBAR_FLAGS="-v"
 
This page took 0.099812 seconds and 4 git commands to generate.