diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2016-09-13 20:04:14 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2016-09-14 11:55:38 +0100 |
commit | f651a5de2fd18c185f65e3321dbebea9590b93c6 (patch) | |
tree | c28ad720bcc09ec0bebfe43c10afd9e6be023885 /debian/changelog | |
parent | 5bc33ee0995cde472a24762742db693283af55f7 (diff) |
Build with RTE_DEVEL_BUILD=n to remove rpath
Pass RTE_DEVEL_BUILD=n to make calls to avoid building the test
pmds with rpath set to the current path, which is wrong for binaries
shipped by distributions.
Fixes Lintian Error:
E: dpdk: binary-or-shlib-defines-rpath usr/bin/dpdk-pdump
/home/lboccass/git/dpdk_deb/debian/build/shared-root/lib
Change-Id: I45e6a72beed1769fe35277ec5a2bcf50788254bd
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 856a8df4..fc040d57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,10 @@ dpdk (16.07-0~git1) UNRELEASED; urgency=medium usr/share/dpdk/x86_64-default-linuxapp-gcc/app/dpdk-pmdinfogen * Add a brief HOWTO to debian/README.source with instructions to build the packages, for CI systems and the like. + * Build with RTE_DEVEL_BUILD=n to avoid building test pmds with an rpath + hardcoded to the package build PATH. Fixes Lintian Error: + - E: dpdk: binary-or-shlib-defines-rpath usr/bin/dpdk-pdump + /home/lboccass/git/dpdk_deb/debian/build/shared-root/lib -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Fri, 29 Jul 2016 08:18:50 +0200 |