23 lines
835 B
Diff
23 lines
835 B
Diff
|
From 14622ac1f06ea3436c005e0728b81e33e3189ebd Mon Sep 17 00:00:00 2001
|
||
|
From: Cole Robinson <crobinso@redhat.com>
|
||
|
Date: Tue, 23 Sep 2014 17:14:09 -0400
|
||
|
Subject: [PATCH] spec: Re-run autotools for ovmf patches
|
||
|
|
||
|
---
|
||
|
libvirt.spec.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/libvirt.spec.in b/libvirt.spec.in
|
||
|
index 32e51f7..98890ed 100644
|
||
|
--- a/libvirt.spec.in
|
||
|
+++ b/libvirt.spec.in
|
||
|
@@ -13,7 +13,7 @@
|
||
|
# Default to skipping autoreconf. Distros can change just this one line
|
||
|
# (or provide a command-line override) if they backport any patches that
|
||
|
# touch configure.ac or Makefile.am.
|
||
|
-%{!?enable_autotools:%define enable_autotools 0}
|
||
|
+%{!?enable_autotools:%define enable_autotools 1}
|
||
|
|
||
|
# A client only build will create a libvirt.so only containing
|
||
|
# the generic RPC driver, and test driver and no libvirtd
|