Sophie

Sophie

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

libvirt-0.8.2-29.el5.src.rpm

From abe00ec40c0deebb6375eb9db1f37c5362e747ef Mon Sep 17 00:00:00 2001
Message-Id: <abe00ec40c0deebb6375eb9db1f37c5362e747ef.1283526270.git.jdenemar@redhat.com>
From: Daniel P. Berrange <berrange@redhat.com>
Date: Mon, 12 Jul 2010 14:08:36 +0100
Subject: [PATCH] Fix build by removing unknown pod2man flag

Some versions of pod2man do not support the -u flag, so this
can't be used

* daemon/Makefile.am: Remove -u flag from pod2man
(cherry picked from commit 69bf3535a7fcfdf326b09b7331e99513c5c891d6)
---
 daemon/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 5401288..cf7951d 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -54,7 +54,7 @@ augeastestsdir = $(datadir)/augeas/lenses/tests
 augeastests_DATA = test_libvirtd.aug
 
 POD2MAN = pod2man -c "Virtualization Support" \
-			-r "$(PACKAGE)-$(VERSION)" -s 8 -u
+			-r "$(PACKAGE)-$(VERSION)" -s 8
 
 libvirtd.pod: libvirtd.pod.in
 	sed \
-- 
1.7.2.2