From: Luca Boccassi Date: Thu, 6 Jul 2017 18:02:11 +0000 (+0100) Subject: Order pkgconfig includes with arch-specific first X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=aa1ca013bdb54877b1b40757b22d5da4f98ca633;hp=aa1ca013bdb54877b1b40757b22d5da4f98ca633;p=deb_dpdk.git Order pkgconfig includes with arch-specific first To make sure that the proper architecture-specific headers are used in a multiarch environment, make pkg-config flag list the arch-specific include directory first so that the compilers will pick the headers from there in case of ambiguity. Change-Id: If3f5f9fee439029129695273183faf72c5ca5798 Signed-off-by: Luca Boccassi ---