diff options
author | Damjan Marion <damarion@cisco.com> | 2019-01-22 09:11:50 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-01-22 10:04:08 +0000 |
commit | 0655505c01c31ade8014528eaa2c2d52e4af1ea7 (patch) | |
tree | bb85892114ab4611b4edbd0e362210dc69bb9ec9 /src/pkg/debian | |
parent | 7ec2fe2dad4cfa89e64c4f6f56322aa9e12b5e5e (diff) |
cmake: don't set SONAME for plugins
Change-Id: I8cd782bb36a4c063afa312002192c254fd51bf5e
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/pkg/debian')
-rwxr-xr-x | src/pkg/debian/rules.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pkg/debian/rules.in b/src/pkg/debian/rules.in index 4d2bb408116..373c66ecaee 100755 --- a/src/pkg/debian/rules.in +++ b/src/pkg/debian/rules.in @@ -17,10 +17,6 @@ export PYBUILD_SYSTEM=distutils %: dh $@ --with systemd,python2 --buildsystem=pybuild -override_dh_shlibdeps: - @dh_shlibdeps -X_plugin 2>&1 \ - | { grep -v -e "probably a plugin" || true; } - override_dh_strip: dh_strip --dbg-package=vpp-dbg |