diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-07-07 11:48:50 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-07-07 11:48:50 +0100 |
commit | 0f23eda7c3f900cfeb7f1435c6410607dfbb8364 (patch) | |
tree | ab6b9b2885bda1868d26f1a88e3bc8c06be60ac9 | |
parent | fb33b3195d3eb15f0d9ffe5e963314c2696d07f0 (diff) |
Note multiarch workarounds in changelog
Change-Id: I459f360de826449f51304349f6352dde169e1080
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
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/<multiarch>/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 <christian.ehrhardt@canonical.com> Thu, 08 Jun 2017 10:05:44 -0600 |