Merge pull request #4684 from aycanirican/libvirt-ip-addr-learning-support
libvirt: Added libpcap dependency and --with-libpcap configure flag to support ip...
This commit is contained in:
commit
185782d429
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, pkgconfig, libxml2, gnutls, devicemapper, perl, python
|
||||
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
|
||||
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
|
||||
, dnsmasq, libnl
|
||||
, dnsmasq, libnl, libpcap
|
||||
, pythonPackages
|
||||
}:
|
||||
|
||||
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
|||
"--with-init-script=redhat"
|
||||
"--with-macvtap"
|
||||
"--with-virtualport"
|
||||
"--with-libpcap"
|
||||
];
|
||||
|
||||
installFlags = [
|
||||
|
|
Loading…
Reference in a new issue