[packages/erlang-sd_notify] - fix linking for systemd 232 - rel 3

baggins baggins at pld-linux.org
Sun Feb 26 15:01:16 CET 2017


commit e296a34ec0c9016a852309f3cc4643be1e980bad
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Feb 26 15:01:02 2017 +0100

    - fix linking for systemd 232
    - rel 3

 erlang-sd_notify.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/erlang-sd_notify.spec b/erlang-sd_notify.spec
index 7aa9630..b99c6f9 100644
--- a/erlang-sd_notify.spec
+++ b/erlang-sd_notify.spec
@@ -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"
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/erlang-sd_notify.git/commitdiff/e296a34ec0c9016a852309f3cc4643be1e980bad



More information about the pld-cvs-commit mailing list