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/patches/series | |
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/patches/series')
-rw-r--r-- | debian/patches/series | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index 6e239429..31c7f389 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,3 +5,4 @@ dpdk-dev-doc-fix-old-dpdk-nic-bind.py-references.patch make-load-devel-config-not-to-appear-as-executable.patch rte-compile-pre-cppflags.patch fix-power-default-config.patch +rte-devel-build-env.patch |