From f651a5de2fd18c185f65e3321dbebea9590b93c6 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 13 Sep 2016 20:04:14 +0100 Subject: 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 --- debian/patches/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches/series') 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 -- cgit 1.2.3-korg