From: Sridhar K. N. Rao Date: Tue, 7 Jun 2022 09:49:07 +0000 (+0530) Subject: [VPP] Fix VPP Build issue. X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fstable%2Fmoselle;p=vineperf.git [VPP] Fix VPP Build issue. This Patch fixes the VPP build issue. Signed-off-by: Sridhar K. N. Rao Change-Id: I456fb698aed95a97dc86908a13a4c40dbf25e9bb --- diff --git a/src/vpp/Makefile b/src/vpp/Makefile index d3146f46..5753a994 100644 --- a/src/vpp/Makefile +++ b/src/vpp/Makefile @@ -37,6 +37,7 @@ force_make: $(WORK_DIR)/Makefile # another option is to copy all required VPP dependencies into VSPERF # installation files and keep them updated $(AT)$(MAKE) -C $(WORK_DIR) UNATTENDED=y install-dep + $(AT)$(MAKE) -C $(WORK_DIR) UNATTENDED=y install-ext-deps $(AT)$(MAKE) -C $(WORK_DIR) build-release $(MORE_MAKE_FLAGS) # vppctl expects that vpp_api_test is installed in system directories # in order to execute vppctl from src/ subtree we have to use absolute path