diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2024-05-15 18:16:40 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-11-20 16:36:54 +0000 |
commit | 79c8f99ac928ab6108b3dd854b2ad389c4809ebb (patch) | |
tree | 2d998195b5b970285eefd1958db2da799d475757 /build/external/deb/debian/rules | |
parent | 258b82975b120b3deb34483254f1d40dca5bb79d (diff) |
build: add vpp-opt-deps package
- Build an optional vpp package for optional
dynamically linked dependencies for vpp plugins.
Initial package contents include openssl 3.3.2.
- Refactor $WS_ROOT/build makefile structure
- Remove vpp-ext-deps debian control replacement
of vpp-dpdk-dev package
Type: make
Change-Id: I1af0eff4a0c009c9d9061362f79e2013d8bf1a93
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build/external/deb/debian/rules')
-rwxr-xr-x | build/external/deb/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/external/deb/debian/rules b/build/external/deb/debian/rules index 901d4689766..6682952fa0e 100755 --- a/build/external/deb/debian/rules +++ b/build/external/deb/debian/rules @@ -30,4 +30,4 @@ override_dh_install: dh_install -p$(PKG) --autodest /opt override_dh_shlibdeps: - dh_shlibdeps -l$(INSTALL_DIR)lib/ + dh_shlibdeps -l$(INSTALL_DIR)lib/:$(INSTALL_DIR)lib64 |