Link to libsystemd.so instead of old libsystemd-daemon.so

This commit is contained in:
Vitezslav Crhonek 2014-08-04 15:20:56 +02:00
parent 54e5e09669
commit 83a6189ae6
2 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@ diff -r 598821da69f2 -r ff9067316db4 openslp/slpd/Makefile.am
#if you're building on Irix, replace .la with .a below
-slpd_LDADD = ../common/libcommonslpd.la ../libslpattr/libslpattr.la
+slpd_LDADD = ../common/libcommonslpd.la ../libslpattr/libslpattr.la -lsystemd-daemon
+slpd_LDADD = ../common/libcommonslpd.la ../libslpattr/libslpattr.la -lsystemd
diff -r 598821da69f2 -r ff9067316db4 openslp/slpd/slpd_main.c
--- a/openslp/slpd/slpd_main.c Sat Jun 08 15:14:45 2013 -0600

View File

@ -2,7 +2,7 @@
Summary: Open implementation of Service Location Protocol V2
Name: openslp
Version: 2.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Group: System Environment/Libraries
License: BSD
@ -170,6 +170,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 04 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.0.0-4
- Link to libsystemd.so instead of old libsystemd-daemon.so
Resolves: #1125103
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild