aboutsummaryrefslogtreecommitdiffstats
path: root/build-root/deb/debian/rules
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-12-19 19:08:11 +0100
committerDave Barach <openvpp@barachs.net>2016-12-20 13:43:21 +0000
commita1bd0230d2412223141486192ee0d4632bfe8710 (patch)
tree8e9180b9339f1362881c48e53a77229a8fa068bc /build-root/deb/debian/rules
parentfcfb3917f7021567b250dabbcc9e30a1becf6f73 (diff)
Remove RPATH from binaries before creating .deb and .rpm packages
Change-Id: I684d4eabac03e049524204864c985e14eea8d92e Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build-root/deb/debian/rules')
-rwxr-xr-xbuild-root/deb/debian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-root/deb/debian/rules b/build-root/deb/debian/rules
index 4ecd38f7..186fa840 100755
--- a/build-root/deb/debian/rules
+++ b/build-root/deb/debian/rules
@@ -22,6 +22,7 @@ include /usr/share/dpkg/default.mk
override_dh_install:
dh_install --exclude .git
+ ../scripts/remove-rpath .
override_dh_strip:
dh_strip --dbg-package=vpp-dbg