[VPP] Fix VPP Build issue. 02/73402/1 stable/moselle
authorSridhar K. N. Rao <srao@linuxfoundation.org>
Tue, 7 Jun 2022 09:49:07 +0000 (15:19 +0530)
committerSridhar K. N. Rao <srao@linuxfoundation.org>
Tue, 7 Jun 2022 09:55:08 +0000 (15:25 +0530)
This Patch fixes the VPP build issue.

Signed-off-by: Sridhar K. N. Rao <srao@linuxfoundation.org>
Change-Id: I456fb698aed95a97dc86908a13a4c40dbf25e9bb

src/vpp/Makefile

index d3146f4..5753a99 100644 (file)
@@ -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