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
|
{ stdenv, fetchurl, pkgconfig, libxml2, gnutls, devicemapper, perl, python
|
||||||
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
|
, iproute, iptables, readline, lvm2, utillinux, udev, libpciaccess, gettext
|
||||||
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
|
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils, libcap_ng
|
||||||
, dnsmasq, libnl
|
, dnsmasq, libnl, libpcap
|
||||||
, pythonPackages
|
, pythonPackages
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||||
"--with-init-script=redhat"
|
"--with-init-script=redhat"
|
||||||
"--with-macvtap"
|
"--with-macvtap"
|
||||||
"--with-virtualport"
|
"--with-virtualport"
|
||||||
|
"--with-libpcap"
|
||||||
];
|
];
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
|
|
Loading…
Reference in a new issue