diff options
author | Damjan Marion <damarion@cisco.com> | 2016-12-19 19:08:11 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-12-20 13:43:21 +0000 |
commit | a1bd0230d2412223141486192ee0d4632bfe8710 (patch) | |
tree | 8e9180b9339f1362881c48e53a77229a8fa068bc /build-root/deb/debian/control | |
parent | fcfb3917f7021567b250dabbcc9e30a1becf6f73 (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/control')
-rw-r--r-- | build-root/deb/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control index 988d27647eb..643774e3061 100644 --- a/build-root/deb/debian/control +++ b/build-root/deb/debian/control @@ -2,7 +2,7 @@ Source: vpp Section: net Priority: extra Maintainer: Cisco OpenVPP Packaging Team <bogus.address@cisco.com> -Build-Depends: debhelper (>= 9), dkms, dh-systemd +Build-Depends: debhelper (>= 9), dkms, dh-systemd, chrpath Standards-Version: 3.9.4 Package: vpp |