VPP-308: Added workaround for failed vnet build. For some reason
[vpp.git] / build-root / vagrant / build.sh
index 8695b03..e500240 100755 (executable)
@@ -68,6 +68,7 @@ $SUDOCMD make bootstrap
 if [ $DISTRIB_ID == "Ubuntu" ]; then
     $SUDOCMD make pkg-deb
 elif [ $DISTRIB_ID == "CentOS" ]; then
+    (cd $VPP_DIR/vnet ;aclocal; automake -a)
     $SUDOCMD make pkg-rpm
 fi