From: Luca Boccassi Date: Fri, 7 Jul 2017 10:48:50 +0000 (+0100) Subject: Note multiarch workarounds in changelog X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=commitdiff_plain;h=0f23eda7c3f900cfeb7f1435c6410607dfbb8364 Note multiarch workarounds in changelog Change-Id: I459f360de826449f51304349f6352dde169e1080 Signed-off-by: Luca Boccassi --- diff --git a/debian/changelog b/debian/changelog index 5909df7a..1a574ae7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,10 @@ dpdk (16.11.2-1~git1) UNRELEASED; urgency=medium the makefiles stable (via sorting). * Install headers with arch-specific content in /usr/include//dpdk to make libdpdk-dev multiarch-compliant. + To ensure backward compatibility in x86_64, which is what most of the + consumers use, symlink x86_64 headers in /usr/include/dpdk. + pkg-config returns the arch-specific headers first so that other + architectures are still compatible. -- Christian Ehrhardt Thu, 08 Jun 2017 10:05:44 -0600