You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprec...

25 lines
755 B

From Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779775
From: Michael Biebl <biebl@debian.org>
Date: Tue, 11 Aug 2015 07:25:01 +0200
Subject: libsystemd
Use libsystemd instead of deprecated libsystemd-daemon
---
m4/virt-systemd-daemon.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/virt-systemd-daemon.m4 b/m4/virt-systemd-daemon.m4
index 8516e41..c9708ec 100644
--- a/m4/virt-systemd-daemon.m4
+++ b/m4/virt-systemd-daemon.m4
@@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
dnl
AC_DEFUN([LIBVIRT_CHECK_SYSTEMD_DAEMON],[
- LIBVIRT_CHECK_PKG([SYSTEMD_DAEMON], [libsystemd-daemon], [0.27.1])
+ LIBVIRT_CHECK_PKG([SYSTEMD_DAEMON], [libsystemd], [209])
old_CFLAGS="$CFLAGS"
old_LIBS="$LIBS"