Code

Backport patch to build DPDK with pkg-config
authorLuca Boccassi <luca.boccassi@gmail.com>
Fri, 1 Sep 2017 16:15:16 +0000 (17:15 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 1 Sep 2017 16:15:16 +0000 (17:15 +0100)
commite2af5fddc3d85315147134e3b0a4d659d01ad433
tree28791ca8bb9ffaf5c0667ef786651dd71c4456dc
parentd691c59cd171222ffd563442ece1bc628da78d0b
Backport patch to build DPDK with pkg-config

Backport and adapt patches from upstream to use pkg-config when
querying for DPDK:

https://github.com/collectd/collectd/pull/2400
https://github.com/collectd/collectd/pull/2405

This allows DPDK in Debian to fix an upstream multi-arch issue,
where arch-dependents headers are installed in /usr/include breaking
multi-arch co-installability of libdpdk-dev.
The arch-dependent DPDK headers will be moved under /usr/include/<arch>
to fix the issue, and pkg-config --cflags will return the correct
-I values.

Closes #872482
debian/patches/dpdk-pkg-config.patch [new file with mode: 0644]
debian/patches/series