]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Fix undefined with_libnl
authorJiri Denemark <jdenemar@redhat.com>
Wed, 25 Aug 2010 10:28:02 +0000 (12:28 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 25 Aug 2010 10:28:02 +0000 (12:28 +0200)
When building libvirt RPM without macvtap, with_libnl would be
undefined.

libvirt.spec.in

index cc3e8e27bb660502d7a5016b9d5c4d4e1336a8c0..e530b1a86b5b76f2afe034077a250a994e8cf43f 100644 (file)
@@ -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}