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-data/packages | |
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-data/packages')
-rw-r--r-- | build-data/packages/vpp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-data/packages/vpp.mk b/build-data/packages/vpp.mk index 9c8e62dc739..cdd40655dce 100644 --- a/build-data/packages/vpp.mk +++ b/build-data/packages/vpp.mk @@ -19,7 +19,7 @@ else CMAKE?=cmake endif -vpp_cmake_prefix_path = /opt/vpp/external/$(shell uname -m) +vpp_cmake_prefix_path = /opt/vpp/external/$(shell uname -m) /opt/vpp/optional/$(shell uname -m) vpp_cmake_prefix_path += $(PACKAGE_INSTALL_DIR)external vpp_cmake_prefix_path := $(subst $() $(),;,$(vpp_cmake_prefix_path)) |