]> git.proxmox.com Git - mirror_ovs.git/commit - acinclude.m4
acinclude: handle dependencies for DPDK's PCAP PMD
authorCiara Loftus <ciara.loftus@intel.com>
Mon, 10 Feb 2020 13:48:53 +0000 (13:48 +0000)
committerWilliam Tu <u9012063@gmail.com>
Fri, 17 Apr 2020 18:56:49 +0000 (11:56 -0700)
commit976c452a7b86533e8599970d771f077159815744
treed2030ed53d2486ac0655883b4ee84506b1587a36
parent82b7e6d19e89de67dae41308e25935c351f59316
acinclude: handle dependencies for DPDK's PCAP PMD

If RTE_LIBRTE_PMD_PCAP is enabled in the DPDK build, OVS must link
the pcap library, otherwise build failures will occur.

Signed-off-by: Ciara Loftus <ciara.loftus@intel.com>
Signed-off-by: William Tu <u9012063@gmail.com>
acinclude.m4