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:
lethalman 2014-10-27 18:56:40 +01:00
commit 185782d429

View file

@ -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 = [