diff options
Diffstat (limited to 'app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprecated_pc_file.patch')
-rw-r--r-- | app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprecated_pc_file.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprecated_pc_file.patch b/app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprecated_pc_file.patch new file mode 100644 index 000000000000..fa13f8294362 --- /dev/null +++ b/app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprecated_pc_file.patch @@ -0,0 +1,24 @@ +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" |