[libvirt] [PATCH] spec: Fix undefined with_libnl

Eric Blake eblake at redhat.com
Wed Aug 25 14:36:33 UTC 2010


On 08/25/2010 04:30 AM, Jiri Denemark wrote:
> When building libvirt RPM without macvtap, with_libnl would be
> undefined.
> ---
>   libvirt.spec.in |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libvirt.spec.in b/libvirt.spec.in
> index cc3e8e2..e530b1a 100644
> --- a/libvirt.spec.in
> +++ b/libvirt.spec.in
> @@ -64,6 +64,7 @@
>   %define with_nwfilter      0%{!?_without_nwfilter:0}
>   %define with_libpcap       0%{!?_without_libpcap:0}
>   %define with_macvtap       0%{!?_without_macvtap:0}
> +%define with_libnl         0%{!?_without_libnl:0}

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list