mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-12 08:25:58 -06:00
spec: Fix undefined with_libnl
When building libvirt RPM without macvtap, with_libnl would be undefined.
This commit is contained in:
parent
5c3eec9ffb
commit
5cb7316372
@ -64,6 +64,7 @@
|
|||||||
%define with_nwfilter 0%{!?_without_nwfilter:0}
|
%define with_nwfilter 0%{!?_without_nwfilter:0}
|
||||||
%define with_libpcap 0%{!?_without_libpcap:0}
|
%define with_libpcap 0%{!?_without_libpcap:0}
|
||||||
%define with_macvtap 0%{!?_without_macvtap:0}
|
%define with_macvtap 0%{!?_without_macvtap:0}
|
||||||
|
%define with_libnl 0%{!?_without_libnl:0}
|
||||||
|
|
||||||
# Non-server/HV driver defaults which are always enabled
|
# Non-server/HV driver defaults which are always enabled
|
||||||
%define with_python 0%{!?_without_python:1}
|
%define with_python 0%{!?_without_python:1}
|
||||||
|
Loading…
Reference in New Issue
Block a user