From: Jiri Denemark Date: Wed, 25 Aug 2010 10:28:02 +0000 (+0200) Subject: spec: Fix undefined with_libnl X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5cb73163727bef015cbdc65f7d54a46b8856c867;p=libvirt.git spec: Fix undefined with_libnl When building libvirt RPM without macvtap, with_libnl would be undefined. --- diff --git a/libvirt.spec.in b/libvirt.spec.in index cc3e8e27bb..e530b1a86b 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} # Non-server/HV driver defaults which are always enabled %define with_python 0%{!?_without_python:1}