summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.patch24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index fa13f8294362..000000000000
--- a/app-emulation/libvirt/files/libvirt-1.2.21-avoid_deprecated_pc_file.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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"