Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > ebe084c140192657f9094e135a84202c > files > 70

libvirt-0.8.2-29.el5.src.rpm

From 0a74d7ac7b91b0ca685d9b30074715a0a72403e3 Mon Sep 17 00:00:00 2001
Message-Id: <0a74d7ac7b91b0ca685d9b30074715a0a72403e3.1283526270.git.jdenemar@redhat.com>
From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= <flameeyes@gmail.com>
Date: Tue, 24 Aug 2010 07:28:34 +1000
Subject: [PATCH] build-sys: fix build when daemon is disabled by not installing libvirtd.8

Since the rule to build libvirtd.8 is within the WITH_LIBVIRTD conditional,
so declare the man page in there as well. Without this change, build
without daemon will fail.

(Upstream e7e9456bb4cce02dda7749434fec431a37a437cf)
---
 daemon/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index cf7951d..9a638ad 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -36,12 +36,12 @@ EXTRA_DIST =						\
 	$(AVAHI_SOURCES)				\
 	$(DAEMON_SOURCES)
 
-man_MANS = libvirtd.8
-
 BUILT_SOURCES =
 
 if WITH_LIBVIRTD
 
+man_MANS = libvirtd.8
+
 sbin_PROGRAMS = libvirtd
 
 confdir = $(sysconfdir)/libvirt/
-- 
1.7.2.2